'DeclarationPublic Function New( _ ByVal pubSubComponentElement As UAPubSubComponentElement _ )
'UsageDim pubSubComponentElement As UAPubSubComponentElement Dim instance As New UAPubSubGroupElement(pubSubComponentElement)
public UAPubSubGroupElement( UAPubSubComponentElement pubSubComponentElement )
public: UAPubSubGroupElement( UAPubSubComponentElement^ pubSubComponentElement )
Parameters
- pubSubComponentElement
- PubSub component element to use as base for the new instance.
The value of this parameter cannot be
null(Nothingin Visual Basic).