Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the full selection status of a completion set.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Language.Intellisense.CompletionSelectionStatus
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Class CompletionSelectionStatus
public class CompletionSelectionStatus
public ref class CompletionSelectionStatus
type CompletionSelectionStatus = class end
public class CompletionSelectionStatus
The CompletionSelectionStatus type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CompletionSelectionStatus | Initializes a new instance of the CompletionSelectionStatus. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Completion | Gets the selected completion represented by this selection status instance. |
![]() |
IsSelected | Determines whether the completion is fully selected. |
![]() |
IsUnique | Determines whether the completion is a unique match. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether two instances of CompletionSelectionStatus are the same. (Overrides Object.Equals(Object).) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Gets the hash code of this instance. (Overrides Object.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Determines whether two instances of CompletionSelectionStatus are the same. |
![]() ![]() |
Inequality | Determines whether two instances of CompletionSelectionStatus are different. |
Top
Remarks
Completion sets maintain their own selection status, which is a combination of a completion item, a value indicating whether or not the completion is fully selected, and a value indicating whether or not the completion is a unique match.
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.