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