TargetPlatformSDK.ContainsPlatform(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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