GlobalObjectDescriptionAttribute::CustomData Property

 

Gets the custom data.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
property IDictionary^ CustomData {
	IDictionary^ get();
}

Property Value

Type: System.Collections::IDictionary^

An IDictionary of custom data.

Return to top
Show: