InstalledToolboxItemInfo Class
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.
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). |