Share via


ComUdtElement.TypeDefID 屬性

定義

取得或設定 GUID 字串,識別已註冊型別程式庫內的特定 UDT 型別。

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

屬性值

已註冊型別程式庫內的特定 UDT 型別。

屬性

適用於