BinderOptions.BindNonPublicProperties プロパティ

定義

バインダーがすべてのプロパティの設定を試行するか、パブリック プロパティのみを設定するかを示す値を取得または設定します。

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

プロパティ値

true バインダーが読み取り専用以外のすべてのプロパティを設定しようとした場合。パブリック プロパティのみが設定されている場合に false します。

適用対象