ProvideDesignerMetadataAttribute.IsGlobal Property

Definition

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.

Applies to