次の方法で共有


IToolboxExtensionsSdkInfo.TargetPlatform プロパティ

定義

SDK のターゲット プラットフォーム (例: "Windows、バージョン=8.0")。

public:
 property Microsoft::VisualStudio::Shell::IToolboxPlatformInfo ^ TargetPlatform { Microsoft::VisualStudio::Shell::IToolboxPlatformInfo ^ get(); };
public:
 property Microsoft::VisualStudio::Shell::IToolboxPlatformInfo ^ TargetPlatform { Microsoft::VisualStudio::Shell::IToolboxPlatformInfo ^ get(); };
public Microsoft.VisualStudio.Shell.IToolboxPlatformInfo TargetPlatform { get; }
member this.TargetPlatform : Microsoft.VisualStudio.Shell.IToolboxPlatformInfo
Public ReadOnly Property TargetPlatform As IToolboxPlatformInfo

プロパティ値

注釈

現在、サポートされているプラットフォームは "Windows、Version=8.0" のみです。

適用対象