ComUdtElement.TypeLibID Proprietà

Definizione

Ottiene o imposta una stringa GUID che identifica la libreria dei tipi registrati che definisce il tipo.

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

Valore della proprietà

Libreria dei tipi registrati che definisce il tipo.

Attributi

Si applica a