Share via


ComUdtElement.TypeLibID 屬性

定義

取得或設定 GUID 字串,這個字串會識別定義型別的已註冊型別程式庫。

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

屬性值

定義型別的已註冊型別程式庫。

屬性

適用於