IVstaProjectHostItemCollection.Count Property

Gets the number of host items in the IVstaProjectHostItemCollection.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
ReadOnly Property Count As Integer
'Usage
Dim instance As IVstaProjectHostItemCollection 
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 items in the IVstaProjectHostItemCollection.

.NET Framework Security

See Also

Reference

IVstaProjectHostItemCollection Interface

IVstaProjectHostItemCollection Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace