Microsoft.VisualStudio.GraphModel.CodeSchema Namespace

Classes

  Class Description
Public class SourceLocationTypeConverter Type converter for the SourceLocation type.

Structures

  Structure Description
Public structure Position
Public structure SourceLocation Specifies a location in a source file.

Enumerations

  Enumeration Description
Public enumeration ParamKind ParamKind enumeration is used in constructing type GraphNodeIds used in method/property OverloadingParameters.The CLR spec allows for overloading methods differ by parameter passing (by value vs. by ref), return type, and vararg. Therefore, having the parameter types alone is not enough to distinguish all overloaded methods, and the ParamKind enumeration is used to additionally distinguish them.