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