다음을 통해 공유


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

속성 값

String

형식을 정의하는 등록된 형식 라이브러리입니다.

특성

적용 대상