ViewInterceptorBaseInterceptedViews - свойство
Представления, выполнение которых перехватывается текущим объектом, доступные по алиасам без учёта регистра.
Пространство имён: Tessa.ViewsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public Dictionary<string, ITessaView> InterceptedViews { get; }
Public ReadOnly Property InterceptedViews As Dictionary(Of String, ITessaView)
Get
public:
virtual property Dictionary<String^, ITessaView^>^ InterceptedViews {
Dictionary<String^, ITessaView^>^ get () sealed;
}
abstract InterceptedViews : Dictionary<string, ITessaView> with get
override InterceptedViews : Dictionary<string, ITessaView> with get
DictionaryString,
ITessaViewIViewInterceptorInterceptedViews