ComUdtElement.TypeLibID Eigenschap

Definitie

Hiermee haalt u een GUID-tekenreeks op die de geregistreerde typebibliotheek identificeert waarmee het type wordt gedefinieerd.

public:
 property System::String ^ TypeLibID { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("typeLibID", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
[System.Configuration.StringValidator(MinLength=1)]
public string TypeLibID { get; set; }
[<System.Configuration.ConfigurationProperty("typeLibID", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.TypeLibID : string with get, set
Public Property TypeLibID As String

Waarde van eigenschap

De geregistreerde typebibliotheek waarmee het type wordt gedefinieerd.

Kenmerken

Van toepassing op