TargetPlatformSDK.ContainsPlatform(String, String) Method

Definition

Returns true if this SDK supports the given platform, or false otherwise.

public:
 bool ContainsPlatform(System::String ^ targetPlatformIdentifier, System::String ^ targetPlatformVersion);
public bool ContainsPlatform (string targetPlatformIdentifier, string targetPlatformVersion);
member this.ContainsPlatform : string * string -> bool
Public Function ContainsPlatform (targetPlatformIdentifier As String, targetPlatformVersion As String) As Boolean

Parameters

targetPlatformIdentifier
String
targetPlatformVersion
String

Returns

Applies to