IToolboxExtensionsSdkType 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示扩展 SDK 中的托管类型。
public interface class IToolboxExtensionsSdkType : Microsoft::VisualStudio::Shell::IToolboxPlatformType
public interface class IToolboxExtensionsSdkType : Microsoft::VisualStudio::Shell::IToolboxPlatformType
__interface IToolboxExtensionsSdkType : Microsoft::VisualStudio::Shell::IToolboxPlatformType
public interface IToolboxExtensionsSdkType : Microsoft.VisualStudio.Shell.IToolboxPlatformType
type IToolboxExtensionsSdkType = interface
interface IToolboxPlatformType
interface IToolboxType
Public Interface IToolboxExtensionsSdkType
Implements IToolboxPlatformType
- 实现
注解
由 shell 实现并提供给 IToolboxItemDiscovery.GetItemInfo。
属性
AssemblyInfo |
获取有关程序集的信息。 (继承自 IToolboxType) |
SdkInfo |
获取有关扩展 SDK 的信息。 |
TargetPlatform |
获取目标平台信息。 (继承自 IToolboxPlatformType) |
Type |
获取托管类型。 (继承自 IToolboxType) |