Share via


ComPersistableTypeElement Konstruktory

Definice

Inicializuje novou instanci ComPersistableTypeElement třídy.

Přetížení

ComPersistableTypeElement()

Inicializuje novou instanci ComPersistableTypeElement třídy.

ComPersistableTypeElement(String)

Inicializuje novou instanci ComPersistableTypeElement třídy.

ComPersistableTypeElement()

Inicializuje novou instanci ComPersistableTypeElement třídy.

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

Platí pro

ComPersistableTypeElement(String)

Inicializuje novou instanci ComPersistableTypeElement třídy.

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

Parametry

ID
String

Jedinečný identifikátor pro trvalý typ.

Platí pro