IToolboxPlatformType 接口

定义

表示具有关联平台的托管类型。 其他接口派生自此以添加其他元数据。

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
派生
实现

注解

由 shell 实现并提供给 IToolboxItemDiscovery.GetItemInfo。

属性

AssemblyInfo

获取有关程序集的信息。

(继承自 IToolboxType)
TargetPlatform

获取目标平台信息。

Type

获取托管类型。

(继承自 IToolboxType)

适用于