共用方式為


InstalledToolboxItemInfo Constructor

Initializes a new instance of the InstalledToolboxItemInfo class.

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

Syntax

'宣告
Public Sub New ( _
    typeName As String, _
    assemblyName As AssemblyName, _
    customProperties As IEnumerable(Of KeyValuePair(Of String, String)) _
)
public InstalledToolboxItemInfo(
    string typeName,
    AssemblyName assemblyName,
    IEnumerable<KeyValuePair<string, string>> customProperties
)

Parameters

  • typeName
    Type: System.String
    Full hierarchical type name of the item.

Exceptions

Exception Condition
ArgumentNullException

The typeName or assemblyName parameters are null.

Remarks

The customProperties parameter can be null.

.NET Framework Security

See Also

Reference

InstalledToolboxItemInfo Class

Microsoft.VisualStudio.Shell Namespace