XamlDirective.LookupIsWriteOnly メソッド

定義

この XamlDirective が目的の書き込み専用プロパティを表すかどうかを返します。

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

戻り値

常に false を返します。

注釈

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

適用対象

こちらもご覧ください