InstalledToolboxItemInfo Constructor (String^, AssemblyName^, IEnumerable<KeyValuePair<String^, String^>>^)

 

Initializes a new instance of the InstalledToolboxItemInfo class.

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

public:
InstalledToolboxItemInfo(
	String^ typeName,
	AssemblyName^ assemblyName,
	IEnumerable<KeyValuePair<String^, String^>>^ customProperties
)

Parameters

typeName
Type: System::String^

Full hierarchical type name of the item.

assemblyName
Type: System.Reflection::AssemblyName^

Assembly name of the item.

customProperties
Type: System.Collections.Generic::IEnumerable<KeyValuePair<String^, String^>>^

Strings to display in the dialog’s “custom” columns.

Exception Condition
ArgumentNullException

The typeName or assemblyName parameters are null.

The customProperties parameter can be null.

Return to top
Show: