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