ComUdtElement Constructors

Definition

Initializes a new instance of the ComUdtElement class.

Overloads

ComUdtElement()

Initializes a new instance of the ComUdtElement class.

ComUdtElement(String)

Initializes a new instance of the ComUdtElement class with the specified GUID string.

ComUdtElement()

Initializes a new instance of the ComUdtElement class.

public:
 ComUdtElement();
public ComUdtElement ();
Public Sub New ()

Applies to

ComUdtElement(String)

Initializes a new instance of the ComUdtElement class with the specified GUID string.

public:
 ComUdtElement(System::String ^ typeDefID);
public ComUdtElement (string typeDefID);
new System.ServiceModel.Configuration.ComUdtElement : string -> System.ServiceModel.Configuration.ComUdtElement
Public Sub New (typeDefID As String)

Parameters

typeDefID
String

A GUID string that identifies the specific UDT type within the registered type library.

Applies to