ListChain.ToSourceToken Method
Converts an EventToken for this chain to an EventToken for the source Chain.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Function ToSourceToken ( _
token As EventToken _
) As EventToken
public EventToken ToSourceToken(
EventToken token
)
public:
EventToken ToSourceToken(
EventToken token
)
member ToSourceToken :
token:EventToken -> EventToken
public function ToSourceToken(
token : EventToken
) : EventToken
Parameters
- token
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
A token for an event in this Chain.
Return Value
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
A token for the event in the source Chain.
.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.