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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDBObjectInformation Interface
Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace