NodeIcons.Count Property

Gets the number of items in this collection.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'宣言
Public ReadOnly Property Count As Integer
    Get
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int
function get Count () : int

Property Value

Type: System.Int32
The number of items in this collection.

.NET Framework Security

See Also

Reference

NodeIcons Class

Microsoft.TeamFoundation.Common Namespace