DkmGetMethodTokensAsyncResult.Tokens 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.
Array of tokens for the method.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
property cli::array <int> ^ Tokens { cli::array <int> ^ get(); };
public:
property Platform::Array <int> ^ Tokens { Platform::Array <int> ^ get(); };
public int[] Tokens { get; }
member this.Tokens : int[]
Public ReadOnly Property Tokens As Integer()
Property Value
Int32[]