Share via


OANavigableProjectItems.Count Property

Gets a value indicating the number of objects in the collection.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Count As Integer
'Usage
Dim instance As OANavigableProjectItems 
Dim value As Integer 

value = instance.Count
public virtual int Count { get; }
public:
virtual property int Count {
    int get ();
}
public function get Count () : int

Property Value

Type: System.Int32

Implements

ProjectItems.Count

.NET Framework Security

See Also

Reference

OANavigableProjectItems Class

OANavigableProjectItems Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace