ComUdtElement.TypeLibID Vlastnost

Definice

Získá nebo nastaví řetězec identifikátoru GUID identifikující knihovnu registrovaných typů, která definuje typ.

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

Hodnota vlastnosti

String

Registrovaná knihovna typů, která definuje typ.

Atributy

Platí pro