Share via


AssemblyReferences.Count Property

Gets the total number of items in the AssemblyReferences collection.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
ReadOnly Property Count As Integer
'Usage
Dim instance As AssemblyReferences 
Dim value As Integer 

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

Property Value

Type: System.Int32
The total number of elements in the collection.

.NET Framework Security

See Also

Reference

AssemblyReferences Interface

AssemblyReferences Members

VsWebSite Namespace

VSWebSite

AssemblyReference