CompositionApiInformation.ApiVersion Property
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.
Gets the version of the composition APIs in use.
public:
static property unsigned long long ApiVersion { unsigned long long get(); };
static uint64_t ApiVersion();
public static ulong ApiVersion { get; }
var uInt64 = CompositionApiInformation.apiVersion;
Public Shared ReadOnly Property ApiVersion As ULong
Property Value
The version of the composition APIs in use.