Share via


IToolboxExtensionsSdkInfo.TargetPlatform 屬性

定義

SDK 的目標平臺,例如“Windows,Version=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」。。

適用於