IToolboxExtensionsSdkInfo.TargetPlatform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The target platform of the SDK, e.g. "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
Property Value
Remarks
Currently, the only supported platform is “Windows, Version=8.0”.