_Type.IsUnicodeClass 속성

정의

버전에 관계없이 IsUnicodeClass 속성에 액세스할 수 있는 COM 개체를 제공합니다.

public:
 property bool IsUnicodeClass { bool get(); };
public bool IsUnicodeClass { get; }
member this.IsUnicodeClass : bool
Public ReadOnly Property IsUnicodeClass As Boolean

속성 값

Boolean

true에 대해 문자열 형식 특성 UnicodeClass가 선택되면 Type이고, 그렇지 않으면 false입니다.

설명

이 속성 액세스에 대 한 관리 되는 클래스를 비관리 코드에서 이며 관리 되는 코드에서 호출할 수 없습니다.

Type.IsUnicodeClass 속성이 나타내는 값을 가져옵니다 문자열 형식 특성을 사용 하는지 여부를 UnicodeClass 가 선택 된 Type.

적용 대상