Udostępnij za pośrednictwem


ComUdtElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ComUdtElement.

Przeciążenia

ComUdtElement()

Inicjuje nowe wystąpienie klasy ComUdtElement.

ComUdtElement(String)

Inicjuje ComUdtElement nowe wystąpienie klasy z określonym ciągiem GUID.

ComUdtElement()

Inicjuje nowe wystąpienie klasy ComUdtElement.

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

Dotyczy

ComUdtElement(String)

Inicjuje ComUdtElement nowe wystąpienie klasy z określonym ciągiem GUID.

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)

Parametry

typeDefID
String

Ciąg identyfikatora GUID identyfikujący określony typ UDT w zarejestrowanej bibliotece typów.

Dotyczy