ConnectedServiceHandlerExportAttribute.TargetPlatformVersion Property

Definition

Gets or sets the "TargetPlatformVersion" string for matching a connected service handler to a project's target platform version.

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

Property Value

Returns String.

Remarks

The syntax for specifying a version range is the same syntax as used in the .vsixmanifest InstallationTarget Version attribute. For more information, see https://msdn.microsoft.com/en-us/library/ee943167.aspx.

Applies to