ViewModelScopeExtensionsGetIndexViewModel - метод
Пространство имён: Tessa.UI.SchemeСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static IndexViewModel GetIndexViewModel(
this ViewModelScope scope,
SchemeIndex model
)
<ExtensionAttribute>
Public Shared Function GetIndexViewModel (
scope As ViewModelScope,
model As SchemeIndex
) As IndexViewModel
public:
[ExtensionAttribute]
static IndexViewModel^ GetIndexViewModel(
ViewModelScope^ scope,
SchemeIndex^ model
)
[<ExtensionAttribute>]
static member GetIndexViewModel :
scope : ViewModelScope *
model : SchemeIndex -> IndexViewModel
- scope ViewModelScope
-
- model SchemeIndex
-
IndexViewModelВ Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
ViewModelScope. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).