GlobalObjectDescriptionAttribute Constructors
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.
Overloads
GlobalObjectDescriptionAttribute(GlobalObject) |
Initializes a new instance of GlobalObjectDescriptionAttribute for the specified global object. |
GlobalObjectDescriptionAttribute(GlobalObject, IDictionary) |
Initializes a new instance of GlobalObjectDescriptionAttribute for the specified global object and custom data. |
GlobalObjectDescriptionAttribute(GlobalObject)
Initializes a new instance of GlobalObjectDescriptionAttribute for the specified global object.
public:
GlobalObjectDescriptionAttribute(Microsoft::VisualStudio::Shell::Design::GlobalObject ^ globalObject);
public GlobalObjectDescriptionAttribute (Microsoft.VisualStudio.Shell.Design.GlobalObject globalObject);
new Microsoft.VisualStudio.Shell.Design.GlobalObjectDescriptionAttribute : Microsoft.VisualStudio.Shell.Design.GlobalObject -> Microsoft.VisualStudio.Shell.Design.GlobalObjectDescriptionAttribute
Public Sub New (globalObject As GlobalObject)
Parameters
- globalObject
- GlobalObject
The global object.
Applies to
GlobalObjectDescriptionAttribute(GlobalObject, IDictionary)
Initializes a new instance of GlobalObjectDescriptionAttribute for the specified global object and custom data.
public:
GlobalObjectDescriptionAttribute(Microsoft::VisualStudio::Shell::Design::GlobalObject ^ globalObject, System::Collections::IDictionary ^ customData);
public GlobalObjectDescriptionAttribute (Microsoft.VisualStudio.Shell.Design.GlobalObject globalObject, System.Collections.IDictionary customData);
new Microsoft.VisualStudio.Shell.Design.GlobalObjectDescriptionAttribute : Microsoft.VisualStudio.Shell.Design.GlobalObject * System.Collections.IDictionary -> Microsoft.VisualStudio.Shell.Design.GlobalObjectDescriptionAttribute
Public Sub New (globalObject As GlobalObject, customData As IDictionary)
Parameters
- globalObject
- GlobalObject
The global object.
- customData
- IDictionary
An IDictionary to store custom data.