GlobalObjectDescriptionAttribute.CustomData Property

Gets the custom data.

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

Syntax

'宣言
Public ReadOnly Property CustomData As IDictionary
'使用
Dim instance As GlobalObjectDescriptionAttribute
Dim value As IDictionary

value = instance.CustomData
public IDictionary CustomData { get; }
public:
property IDictionary^ CustomData {
    IDictionary^ get ();
}
public function get CustomData () : IDictionary

Property Value

Type: System.Collections.IDictionary

An IDictionary of custom data.

Permissions

See Also

Reference

GlobalObjectDescriptionAttribute Class

GlobalObjectDescriptionAttribute Members

Microsoft.VisualStudio.Shell.Design Namespace