IToolboxExtensionsSdkType 接口

定义

表示扩展 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)

适用于