IVstaHostObjectCollection.Count Property

Gets the number of items in the IVstaHostObject.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
ReadOnly Property Count As Integer
'Usage
Dim instance As IVstaHostObjectCollection 
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 number of host objects in the collection.

.NET Framework Security

See Also

Reference

IVstaHostObjectCollection Interface

IVstaHostObjectCollection Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace