Type.IsUnicodeClass 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出是否為 UnicodeClass
選取字串格式屬性 Type。
public:
property bool IsUnicodeClass { bool get(); };
public bool IsUnicodeClass { get; }
member this.IsUnicodeClass : bool
Public ReadOnly Property IsUnicodeClass As Boolean
屬性值
如果為 true
選取字串格式屬性 UnicodeClass
,則為 Type,否則為 false
。
實作
備註
StringFormatMask用來選取字串格式屬性。 字串格式屬性會藉由定義應如何解讀字串來增強互通性。
如果目前的 Type 代表結構化泛型型別,這個屬性會套用至用來建立型別的泛型型別定義。 例如,如果目前的 Type (代表 MyGenericType<int>
MyGenericType(Of Integer)
Visual Basic) 中的,則這個屬性的值是由決定 MyGenericType<T>
。
如果目前 Type 表示泛型型別或泛型方法定義中的類型參數,則這個屬性一律會傳回 false
。