ModelingDocView.ProvideViewHelper 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.
Should we attempt to install ourselves as a ViewHelper?
protected:
virtual property bool ProvideViewHelper { bool get(); };
protected virtual bool ProvideViewHelper { get; }
member this.ProvideViewHelper : bool
Protected Overridable ReadOnly Property ProvideViewHelper As Boolean