Resolver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class Resolver
type Resolver = class
Public MustInherit Class Resolver
Inheritance
Constructors
Methods
FindBreakPointInformation(ParseResult, Int32, Int32)
FindCompletions(ParseResult, Int32, Int32, IMetadataDisplayInfoProvider)
FindMethods(ParseResult, Int32, Int32, IMetadataDisplayInfoProvider)
FindPairMatch(ParseResult, Int32, Int32)
FindRegionObjects(ParseResult)
GetBlockInformation(ParseResult, Int32, Int32)
GetMethodNameAndParams(ParseResult, Int32, Int32, IMetadataDisplayInfoProvider)
GetQuickInfo(ParseResult, Int32, Int32, IMetadataDisplayInfoProvider)
Applies to