Udostępnij za pośrednictwem


ConnectedServiceHandlerExportAttribute.TargetPlatformVersion Właściwość

Definicja

Pobiera lub ustawia ciąg "TargetPlatformVersion" na potrzeby dopasowywania programu obsługi połączonej usługi do wersji platformy docelowej projektu.

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

Wartość właściwości

Zwraca wartość String.

Uwagi

Składnia określania zakresu wersji jest taka sama składnia, jak używana w atrybucie .vsixmanifest InstallationTarget Version. Aby uzyskać więcej informacji, zobacz https://msdn.microsoft.com/en-us/library/ee943167.aspx..

Dotyczy