ConnectedServiceHandlerExportAttribute.TargetPlatformVersion Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.