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 指示詞都必須使用此行為。

適用於

另請參閱