InstalledToolboxItemInfo::CustomProperties Property

 

Gets the strings to display in the dialog’s “custom” columns, or null if no custom properties are needed.

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

public:
property IEnumerable<KeyValuePair<String^, String^>>^ CustomProperties {
	[CompilerGeneratedAttribute]
	virtual IEnumerable<KeyValuePair<String^, String^>>^ get() sealed;
	[CompilerGeneratedAttribute]
	private: virtual void set(IEnumerable<KeyValuePair<String^, String^>>^ value) sealed;
}
Return to top
Show: