GlobalObjectDescriptionAttribute.CustomData Property
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.
Gets the custom data.
public:
property System::Collections::IDictionary ^ CustomData { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary CustomData { get; }
member this.CustomData : System.Collections.IDictionary
Public ReadOnly Property CustomData As IDictionary
Property Value
An IDictionary of custom data.