Metodo DedRootExplorerControlGetNodePath
|
Restituisce il percorso del nodo rootato.
Namespace:
DedNet.Controls
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public string GetNodePath(
TreeListNode tn
)
Public Function GetNodePath (
tn As TreeListNode
) As String
public:
String^ GetNodePath(
TreeListNode^ tn
)
member GetNodePath :
tn : TreeListNode -> string
Parametri
- tn
- Tipo: TreeListNode
Nodo del quale si vuole il percorso.
Valore di ritorno
Tipo:
StringVedi anche