Partager via


ConnectedServiceHandlerExportAttribute.TargetPlatformVersion Propriété

Définition

Obtient ou définit la chaîne « TargetPlatformVersion » pour faire correspondre un gestionnaire de service connecté à la version de la plateforme cible d’un projet.

public:
 property System::String ^ TargetPlatformVersion { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ TargetPlatformVersion { Platform::String ^ get(); void set(Platform::String ^ value); };
public string TargetPlatformVersion { get; set; }
member this.TargetPlatformVersion : string with get, set
Public Property TargetPlatformVersion As String

Valeur de propriété

Retourne String.

Remarques

La syntaxe de spécification d’une plage de versions est la même que celle utilisée dans l’attribut .vsixmanifest InstallationTarget Version. Pour plus d'informations, consultez https://msdn.microsoft.com/en-us/library/ee943167.aspx.

S’applique à