IToolboxPlatformType Interface

Represents a managed type with an associated platform. 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 IToolboxPlatformType _
    Inherits IToolboxType
public interface IToolboxPlatformType : IToolboxType
public interface class IToolboxPlatformType : IToolboxType
type IToolboxPlatformType =  
    interface 
        interface IToolboxType 
    end
public interface IToolboxPlatformType extends IToolboxType

The IToolboxPlatformType type exposes the following members.

Properties

  Name Description
Public property AssemblyInfo Gets information about an assembly. (Inherited from IToolboxType.)
Public property TargetPlatform Gets the target platform information.
Public property Type Gets the managed type. (Inherited from IToolboxType.)

Top

Remarks

This interface is implemented by the shell and supplied to GetItemInfo.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace