 | TreeParametersViewModelRoot property |
Internal, cross-assembly parameter.
Contains the LogicalTaskTreeViewModel as IViewModelRoot in order to create a direct
assembly reference to Vishnu.ViewModel.
Is resolved again within the Vishnu.ViewModel assembly.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic IViewModelRoot? ViewModelRoot { get; set; }
Public Property ViewModelRoot As IViewModelRoot
Get
Set
public:
property IViewModelRoot^ ViewModelRoot {
IViewModelRoot^ get ();
void set (IViewModelRoot^ value);
}
member ViewModelRoot : IViewModelRoot with get, set
Property value
IViewModelRoot
See also