Share via


GraphNodeIdCollection.Length Property

Get the number of items in the list

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public ReadOnly Property Length As Integer
public int Length { get; }
public:
property int Length {
    int get ();
}
member Length : int with get
function get Length () : int

Property Value

Type: Int32
Returns Int32.

.NET Framework Security

See Also

Reference

GraphNodeIdCollection Class

Microsoft.VisualStudio.GraphModel Namespace