IToolboxExtensionsSdkType インターフェイス

定義

extensions 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
実装

注釈

シェルによって実装され、IToolboxItemDiscovery.GetItemInfo に提供されます。

プロパティ

AssemblyInfo

アセンブリに関する情報を取得します。

(継承元 IToolboxType)
SdkInfo

拡張機能 SDK に関する情報を取得します。

TargetPlatform

ターゲット プラットフォーム情報を取得します。

(継承元 IToolboxPlatformType)
Type

マネージド型を取得します。

(継承元 IToolboxType)

適用対象