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!

ICodeStatements.GetCount

Gets the number of statements currently in the collection.

[Visual Basic]
Function GetCount() As Integer
[C#]
int GetCount();
[C++]
int GetCount() = 0;
[JScript]
function GetCount() : int;

Return Value

The number of statements currently in the collection.

See Also

ICodeStatements Interface | ICodeStatements Members | System.ComponentModel.Design.CodeModel Namespace