Interface ITypeVisualizerContext
Provides additional context information for a DialogTypeVisualizer, such as the workflow element and a source for subscribing to runtime notifications.
public interface ITypeVisualizerContext
Properties
Source
Gets an InspectBuilder object which can be used to subscribe to runtime notifications and obtain other information about the workflow element being visualized.
InspectBuilder Source { get; }