IToolboxType Interface

Represents a simple managed type. Other interfaces derive from this interface to add additional metadata.

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

Syntax

'Declaration
Public Interface IToolboxType
public interface IToolboxType
public interface class IToolboxType
type IToolboxType =  interface end
public interface IToolboxType

The IToolboxType type exposes the following members.

Properties

  Name Description
Public property AssemblyInfo Gets information about an assembly.
Public property Type Gets the managed type.

Top

Remarks

Implemented by the shell and supplied to GetItemInfo.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace