Compartir a través de


IToolboxPlatformType Interfaz

Definición

Representa un tipo administrado con una plataforma asociada. Otras interfaces derivan de esto para agregar metadatos adicionales.

public interface class IToolboxPlatformType : Microsoft::VisualStudio::Shell::IToolboxType
public interface class IToolboxPlatformType : Microsoft::VisualStudio::Shell::IToolboxType
__interface IToolboxPlatformType : Microsoft::VisualStudio::Shell::IToolboxType
public interface IToolboxPlatformType : Microsoft.VisualStudio.Shell.IToolboxType
type IToolboxPlatformType = interface
    interface IToolboxType
Public Interface IToolboxPlatformType
Implements IToolboxType
Derivado
Implementaciones

Comentarios

Implementado por el shell y proporcionado a IToolboxItemDiscovery.GetItemInfo.

Propiedades

AssemblyInfo

Obtiene información acerca de un ensamblado.

(Heredado de IToolboxType)
TargetPlatform

Obtiene la información de la plataforma de destino.

Type

Obtiene el tipo administrado.

(Heredado de IToolboxType)

Se aplica a