NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISymbolMethod.Token

Gets the metadata token for the current method.

[Visual Basic]
ReadOnly Property Token As SymbolToken
[C#]
SymbolToken Token {get;}
[C++]
SymbolToken get_Token() = 0;
[JScript]
abstract function get Token() : SymbolToken;

Property Value

The metadata token for the current method.

See Also

ISymbolMethod Interface | ISymbolMethod Members | System.Diagnostics.SymbolStore Namespace