IToolboxPlatformType インターフェイス

定義

関連付けられたプラットフォームを持つマネージド型を表します。 他のインターフェイスは、メタデータを追加するために、このインターフェイスから派生します。

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
派生
実装

注釈

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

プロパティ

AssemblyInfo

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

(継承元 IToolboxType)
TargetPlatform

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

Type

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

(継承元 IToolboxType)

適用対象