CompletionSelectionStatus Class
Represents the full selection status of a completion set.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | CompletionSelectionStatus(Completion, Boolean, Boolean) | Initializes a new instance of the CompletionSelectionStatus. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether two instances of CompletionSelectionStatus are the same.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Gets the hash code of this instance.(Overrides Object.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(CompletionSelectionStatus, CompletionSelectionStatus) | Determines whether two instances of CompletionSelectionStatus are the same. |
![]() ![]() | Inequality(CompletionSelectionStatus, CompletionSelectionStatus) | Determines whether two instances of CompletionSelectionStatus are different. |
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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




