CompletionSelectionStatus Class

 

Represents the full selection status of a completion set.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

System.Object
  Microsoft.VisualStudio.Language.Intellisense.CompletionSelectionStatus

public class CompletionSelectionStatus

NameDescription
System_CAPS_pubmethodCompletionSelectionStatus(Completion, Boolean, Boolean)

Initializes a new instance of the CompletionSelectionStatus.

NameDescription
System_CAPS_pubpropertyCompletion

Gets the selected completion represented by this selection status instance.

System_CAPS_pubpropertyIsSelected

Determines whether the completion is fully selected.

System_CAPS_pubpropertyIsUnique

Determines whether the completion is a unique match.

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether two instances of CompletionSelectionStatus are the same.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Gets the hash code of this instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(CompletionSelectionStatus, CompletionSelectionStatus)

Determines whether two instances of CompletionSelectionStatus are the same.

System_CAPS_puboperatorSystem_CAPS_staticInequality(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.

Return to top
Show: