ComUdtElement.TypeDefID プロパティ

定義

登録されているタイプ ライブラリ内の特定の UDT 型を識別する GUID 文字列を取得または設定します。

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 型。

属性

適用対象