ConnectedServiceHandlerExportAttribute.TargetPlatformVersion Property

Definition

Gets 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

String

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 VSIX Manifest Designer.

Applies to