ProvideDesignerMetadataAttribute.IsGlobal 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.
Gets or sets the scope of the metadata modifications provided by an instance ProvideDesignerMetadataAttribute
public:
property bool IsGlobal { bool get(); void set(bool value); };
public:
property bool IsGlobal { bool get(); void set(bool value); };
public bool IsGlobal { get; set; }
member this.IsGlobal : bool with get, set
Public Property IsGlobal As Boolean
Property Value
If the value is true
, the scope is global: the modification is applied to all instances of the run time type specified in the ProvideDesignerMetadataAttribute constructor.If the value is false
, the scope is local: the modification is applied to all instances of the run time type specified in the ProvideDesignerMetadataAttribute constructor created on the design surface provided by the current VSPackage.