다음을 통해 공유


GraphNodeIdCollection.Length Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

GraphNodeIdCollection Class

Microsoft.VisualStudio.GraphModel Namespace