CompletionSelectionStatus Class

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
Public method CompletionSelectionStatus Initializes a new instance of the CompletionSelectionStatus.

Top

Properties

  Name Description
Public property Completion Gets the selected completion represented by this selection status instance.
Public property IsSelected Determines whether the completion is fully selected.
Public property IsUnique Determines whether the completion is a unique match.

Top

Methods

  Name Description
Public method Equals Determines whether two instances of CompletionSelectionStatus are the same. (Overrides Object.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Gets the hash code of this instance. (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether two instances of CompletionSelectionStatus are the same.
Public operatorStatic member 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.

See Also

Reference

Microsoft.VisualStudio.Language.Intellisense Namespace