Metodo DedRootExplorerControlGetNodePath
|
Restituisce il percorso del nodo rootato.
Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.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 TreeListNode
- Nodo del quale si vuole il percorso.
Valore di ritorno
StringVedi anche