IToolboxExtensionsSdkType インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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) |