|
|
|
SftTreeItem.DependentCount Property |
Returns the item's number of immediate dependents.
Syntax
VB.NET |
Count = object.DependentCount As Integer |
||
VB |
Count = object.DependentCount As Long |
||
C#.NET |
int Count = object.DependentCount; |
||
VC++ |
long Count = object->DependentCount;
|
||
C |
HRESULT object->get_DependentCount(long* Count); |
||
Delphi |
Count := object.DependentCount : Integer; |
object
A SftTreeItem object.
Count
Returns the item's number of immediate dependents.
Comments
The DependentCount property returns the item's number of immediate dependents.
The DependentAllCount property can be used to return the item's number of all dependents, including immediate and indirect dependents.
See Also SftTreeItem Object | Object Hierarchy