次の方法で共有


CompositionApiInformation.ApiVersion プロパティ

定義

使用中のコンポジション API のバージョンを取得します。

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

プロパティ値

UInt64

unsigned long long

uint64_t

使用中のコンポジション API のバージョン。

適用対象