Compartir a través de


IToolboxExtensionsSdkInfo.TargetPlatform Propiedad

Definición

La plataforma de destino del SDK, por ejemplo, "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

Valor de propiedad

Comentarios

Actualmente, la única plataforma admitida es "Windows, Version=8.0".

Se aplica a