Decorator.RequiresHost Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Does this position require that the parent shape have a host added?
public:
abstract property bool RequiresHost { bool get(); };
public abstract bool RequiresHost { get; }
member this.RequiresHost : bool
Public MustOverride ReadOnly Property RequiresHost As Boolean