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