IToolboxPlatformType 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示具有相關聯平臺的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) |