Chain.Tokens Method
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)
Syntax
'Declaration
Public Function Tokens As IEnumerable(Of EventToken)
public IEnumerable<EventToken> Tokens()
public:
IEnumerable<EventToken>^ Tokens()
member Tokens : unit -> IEnumerable<EventToken>
public function Tokens() : IEnumerable<EventToken>
Return Value
Type: System.Collections.Generic.IEnumerable<EventToken>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.