VsIntellisenseCompletorClass Class
Used to create and display a completor window.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseCompletorClass
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("F2073DB0-75B9-43AE-8681-0962C0CD4BE2")> _
<ClassInterfaceAttribute()> _
Public Class VsIntellisenseCompletorClass _
Implements IVsIntellisenseCompletor, VsIntellisenseCompletor
[GuidAttribute("F2073DB0-75B9-43AE-8681-0962C0CD4BE2")]
[ClassInterfaceAttribute()]
public class VsIntellisenseCompletorClass : IVsIntellisenseCompletor,
VsIntellisenseCompletor
[GuidAttribute(L"F2073DB0-75B9-43AE-8681-0962C0CD4BE2")]
[ClassInterfaceAttribute()]
public ref class VsIntellisenseCompletorClass : IVsIntellisenseCompletor,
VsIntellisenseCompletor
[<GuidAttribute("F2073DB0-75B9-43AE-8681-0962C0CD4BE2")>]
[<ClassInterfaceAttribute()>]
type VsIntellisenseCompletorClass =
class
interface IVsIntellisenseCompletor
interface VsIntellisenseCompletor
end
public class VsIntellisenseCompletorClass implements IVsIntellisenseCompletor, VsIntellisenseCompletor
The VsIntellisenseCompletorClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VsIntellisenseCompletorClass | Creates a new instance of the class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Exec | Executes the completion. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCompletionSpan | Gets the completion span. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetHeight | Gets the height of the IntelliSense completor. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWidth | Returns the width of the completion span. | |
GetWindowHandle | Gets the handle of the completor window. | |
Hide | Hides the completor. | |
Initialize | Initializes the IntelliSense completor. | |
IsActive | Determines whether the completor is active. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
QueryStatus | Gets the status of the completor. | |
SetLocation | Sets the location of the IntelliSense completor. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update | Updates the completor. |
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.