共用方式為


BoundPropertyEntry.IsEncoded 屬性

定義

取得或設定值,指出控制項屬性的值是否已編碼。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property bool IsEncoded { bool get(); void set(bool value); };
public bool IsEncoded { get; set; }
member this.IsEncoded : bool with get, set
Public Property IsEncoded As Boolean

屬性值

Boolean

如果控制項屬性的值已編碼,則為 true,否則為 false

適用於