Compartilhar via


ComUdtElement.TypeLibID Propriedade

Definição

Obtém ou define uma cadeia de caracteres GUID que identifica a biblioteca de tipos registrada que define o 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

Valor da propriedade

A biblioteca de tipos registrada que define o tipo.

Atributos

Aplica-se a