ViewInterceptorBaseInterceptedViews - свойство
Представления, выполнение которых перехватывается текущим объектом, доступные по алиасам без учёта регистра.
Пространство имён: Tessa.ViewsСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
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