 | LogicalNodeViewModelTransferShadowTreeProperties method |
Transfers properties from a secured branch to an active branch.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxprotected void TransferShadowTreeProperties(
ObservableCollection<LogicalNodeViewModel> sourceTree,
ObservableCollection<LogicalNodeViewModel> destinationTree,
Stack<int> indices
)
Protected Sub TransferShadowTreeProperties (
sourceTree As ObservableCollection(Of LogicalNodeViewModel),
destinationTree As ObservableCollection(Of LogicalNodeViewModel),
indices As Stack(Of Integer)
)
protected:
void TransferShadowTreeProperties(
ObservableCollection<LogicalNodeViewModel^>^ sourceTree,
ObservableCollection<LogicalNodeViewModel^>^ destinationTree,
Stack<int>^ indices
)
member TransferShadowTreeProperties :
sourceTree : ObservableCollection<LogicalNodeViewModel> *
destinationTree : ObservableCollection<LogicalNodeViewModel> *
indices : Stack<int> -> unit
Parameters
- sourceTree ObservableCollectionLogicalNodeViewModel
- The secured branch.
- destinationTree ObservableCollectionLogicalNodeViewModel
- The active branch.
- indices StackInt32
- A stack for caching indices at each hierarchy level.
See also