An interface for instances that can be used to chain lookup operations.
Namespace: yWorks.SupportAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface IContextLookupChainLink : IContextLookup |
| Visual Basic |
|---|
Public Interface IContextLookupChainLink _ Inherits IContextLookup |
Remarks
Implementations will perform the lookup in the Lookup(Object, Type)
method and delegate to the next implementation in the chain if they cannot satisfy the request.