GlobalObjectDescriptionAttribute Constructor (GlobalObject^, IDictionary^)
Visual Studio 2015
Initializes a new instance of GlobalObjectDescriptionAttribute for the specified global object and custom data.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public:
GlobalObjectDescriptionAttribute(
GlobalObject^ globalObject,
IDictionary^ customData
)
Parameters
- globalObject
-
Type:
Microsoft.VisualStudio.Shell.Design::GlobalObject^
The global object.
- customData
-
Type:
System.Collections::IDictionary^
An IDictionary to store custom data.
Show: