Type.IsUnicodeClass 属性

定义

获取一个值,该值指示是否为 UnicodeClass 选择了字符串格式属性 Type

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

实现

注解

StringFormatMask用于选择字符串格式特性。 字符串格式特性通过定义应如何解释字符串来增强互操作性。

如果当前 Type 表示构造泛型类型,则此属性应用于构造该类型的泛型类型定义。 例如,如果当前 Type 表示 MyGenericType<int> MyGenericType(Of Integer) Visual Basic) 中 (,则此属性的值由确定 MyGenericType<T>

如果当前 Type 表示泛型类型或泛型方法的定义中的类型参数,则此属性始终返回 false

适用于

另请参阅