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
- 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
Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace