共用方式為


IToolboxPlatformType 介面

定義

表示具有相關聯平臺的Managed型別。 其他介面衍生自這個 ,以新增其他元數據。

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

取得 Managed 型別。

(繼承來源 IToolboxType)

適用於