Share via


OAReferences.Count Property

Gets the number of references in the container.

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
    Get
'Usage
Dim instance As OAReferences
Dim value As Integer

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

Property Value

Type: System.Int32

Implements

References.Count

.NET Framework Security

See Also

Reference

OAReferences Class

OAReferences Members

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