 | LogicalNodeViewModelTransferShadowTreeProperties Methode |
Überträgt Eigenschaften von einem gesicherten Branch auf einen aktiven Branch.
Namensraum: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
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
Parameter
- sourceTree ObservableCollectionLogicalNodeViewModel
- Der gesicherte Branch.
- destinationTree ObservableCollectionLogicalNodeViewModel
- Der aktive Branch.
- indices StackInt32
- Ein Stack zum Zwischenspeichern von Indices auf jeder Hierarchieebene.
Siehe auch