ComPersistableTypeElement Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.