InstalledToolboxItemInfo Class

Definition

Supplies information about an existing toolbox item.

public ref class InstalledToolboxItemInfo : Microsoft::VisualStudio::Shell::IInstalledToolboxItemInfo
[Windows::Foundation::Metadata::WebHostHidden]
class InstalledToolboxItemInfo : Microsoft::VisualStudio::Shell::IInstalledToolboxItemInfo
public class InstalledToolboxItemInfo : Microsoft.VisualStudio.Shell.IInstalledToolboxItemInfo
type InstalledToolboxItemInfo = class
    interface IInstalledToolboxItemInfo
Public Class InstalledToolboxItemInfo
Implements IInstalledToolboxItemInfo
Inheritance
InstalledToolboxItemInfo
Implements

Constructors

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

Initializes a new instance of the InstalledToolboxItemInfo class.

Properties

AssemblyName

Gets the assembly name of the item.

CustomProperties

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

TypeName

Gets the full hierarchical type name of the item (not including the assembly name).

Applies to