Interface IQuickInfo
Represents an interface for a quick info result.
public interface IQuickInfo
Properties
ValidRange
Gets the text range where this result is valid.
ITextRange ValidRange { get; }
Property Value
ViewModel
Gets the view model.
object ViewModel { get; }