ProjectHostItemCollection.IVstaProjectHostItemCollection.Count Property

For a description of this member, see IVstaProjectHostItemCollection.Count.

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

Syntax

'Declaration
Private ReadOnly Property Count As Integer 
    Implements IVstaProjectHostItemCollection.Count
'Usage
Dim instance As ProjectHostItemCollection 
Dim value As Integer 

value = CType(instance, IVstaProjectHostItemCollection).Count
int IVstaProjectHostItemCollection.Count { get; }
private:
virtual property int Count {
    int get () sealed = IVstaProjectHostItemCollection::Count::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System.Int32

Implements

IVstaProjectHostItemCollection.Count

Remarks

This member is an explicit interface implementation. It can be used only when the ProjectHostItemCollection instance is cast to an IVstaProjectHostItemCollection interface.

.NET Framework Security

See Also

Reference

ProjectHostItemCollection Class

ProjectHostItemCollection Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace