PermissionSetAttribute.UnicodeEncoded 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定數值,指示由 File 所指定的檔案是 Unicode 或 ASCII 編碼。
public:
property bool UnicodeEncoded { bool get(); void set(bool value); };
public bool UnicodeEncoded { get; set; }
member this.UnicodeEncoded : bool with get, set
Public Property UnicodeEncoded As Boolean
屬性值
如果檔案是 Unicode 編碼,則為 true
,否則為 false
。
備註
如果未設定此屬性,則會假設檔案為 ASCII。
null
如果未 File 使用這個屬性。