DBObjectInfoBase.SubItemCount Property

Returns 0.

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

Syntax

'Declaration
Public Overridable ReadOnly Property SubItemCount As Integer
    Get
'Usage
Dim instance As DBObjectInfoBase
Dim value As Integer

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

Property Value

Type: System.Int32

Implements

IDBObjectInformation.SubItemCount

.NET Framework Security

See Also

Reference

DBObjectInfoBase Class

DBObjectInfoBase Members

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