CodeObjectQuickInfo Class

Represents the IntelliSense Quick Info for a code object.

Inheritance Hierarchy

System.Object
  Babel.CodeObjectQuickInfo

Namespace:  Babel
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Class CodeObjectQuickInfo
'Usage
Dim instance As CodeObjectQuickInfo
public class CodeObjectQuickInfo
public ref class CodeObjectQuickInfo
type CodeObjectQuickInfo =  class end
public class CodeObjectQuickInfo

The CodeObjectQuickInfo type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field EndLocation Gets the end location of the code object Quick Info.
Public field StartLocation Gets the start location of the code object Quick Info.
Public field Text Gets the text of the code object Quick Info.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference