VsIntellisenseCompletorClass Class
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 |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Exec | ||
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 | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetHeight | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWidth | ||
GetWindowHandle | ||
Hide | ||
Initialize | ||
IsActive | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
QueryStatus | ||
SetLocation | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update |
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.