Sdílet prostřednictvím


CompositeChangeToken.ChangeTokens Vlastnost

Definice

Vrátí seznam, ze IChangeToken kterého se sestaví aktuální CompositeChangeTokenhodnota .

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::Primitives::IChangeToken ^> ^ ChangeTokens { System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::Primitives::IChangeToken ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.Primitives.IChangeToken> ChangeTokens { get; }
member this.ChangeTokens : System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.Primitives.IChangeToken>
Public ReadOnly Property ChangeTokens As IReadOnlyList(Of IChangeToken)

Hodnota vlastnosti

Seznam IChangeToken instancí, které tvoří aktuální CompositeChangeToken.

Platí pro