IDBObjectInformation.SubItemCount Property

Gets the number of child items.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
ReadOnly Property SubItemCount As Integer
    Get
'Usage
Dim instance As IDBObjectInformation
Dim value As Integer

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IDBObjectInformation Interface

IDBObjectInformation Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace