XamlDirective.LookupIsWritePublic メソッド

定義

この XamlDirective がパブリックの set アクセサーを持つプロパティを表すかどうかを返します。

protected:
 override bool LookupIsWritePublic();
protected override sealed bool LookupIsWritePublic ();
override this.LookupIsWritePublic : unit -> bool
Protected Overrides NotOverridable Function LookupIsWritePublic () As Boolean

戻り値

常に true を返します。

注釈

XamlDirective この仮想メンバーをシールします。したがって、すべての XamlDirective 型と定義済み XAML ディレクティブはすべて、この動作を使用する必要があります。

適用対象

こちらもご覧ください