다음을 통해 공유


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

속성 값

String

등록된 형식 라이브러리에 있는 특정 UDT 형식입니다.

특성

적용 대상