IToolboxPlatformType 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示具有关联平台的托管类型。 其他接口派生自此以添加其他元数据。
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) |