Bearbeiten

XamlDirective.LookupIsReadPublic Method

Definition

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

protected:
 override bool LookupIsReadPublic();
protected override sealed bool LookupIsReadPublic ();
override this.LookupIsReadPublic : unit -> bool
Protected Overrides NotOverridable Function LookupIsReadPublic () 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