Share via


OAProperties.Count Property

Gets 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 ReadOnly Property Count As Integer
'Usage
Dim instance As OAProperties 
Dim value As Integer 

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

Property Value

Type: System.Int32

Implements

Properties.Count

.NET Framework Security

See Also

Reference

OAProperties Class

OAProperties Members

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