XamlDirective.LookupIsWritePublic Method

Definition

Returns whether this XamlDirective represents a property that has a public set accessor.

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

Returns

Always returns true.

Remarks

XamlDirective seals this virtual member; therefore, all XamlDirective types and all predefined XAML directives must use this behavior.

Applies to

See also