'Declaration
Public Function New( _ ByVal pubSubGroupElement As UAPubSubGroupElement _ )
'Usage
Dim pubSubGroupElement As UAPubSubGroupElement Dim instance As New UAWriterGroupElement(pubSubGroupElement)
public UAWriterGroupElement( UAPubSubGroupElement pubSubGroupElement )
public: UAWriterGroupElement( UAPubSubGroupElement^ pubSubGroupElement )
Parameters
- pubSubGroupElement
- Element to use as base for the new instance.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).