SilverlightHost.IsVersionSupported Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a value that indicates whether the specified version is supported.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- versionStr
- Type: System.String
The version to check, in the form of major.minor.build.revision See Remarks for more information about the string form.
Return Value
Type: System.Booleantrue if the version can be supported by the installation; otherwise, false.
Show: