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.SequencePointCount

Gets the count of the sequence points in the method.

[Visual Basic]
ReadOnly Property SequencePointCount As Integer
[C#]
int SequencePointCount {get;}
[C++]
int get_SequencePointCount() = 0;
[JScript]
abstract function get SequencePointCount() : int;

Property Value

The count of the sequence points in the method.

See Also

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