CompletionSelectionStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the full selection status of a completion set.
public ref class CompletionSelectionStatus
[Windows::Foundation::Metadata::WebHostHidden]
class CompletionSelectionStatus
public class CompletionSelectionStatus
type CompletionSelectionStatus = class
Public Class CompletionSelectionStatus
- Inheritance
-
CompletionSelectionStatus
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.
Constructors
CompletionSelectionStatus(Completion, Boolean, Boolean) |
Initializes a new instance of the CompletionSelectionStatus. |
Properties
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. |
Methods
Equals(Object) |
Determines whether two instances of CompletionSelectionStatus are the same. |
GetHashCode() |
Gets the hash code of this instance. |
Operators
Equality(CompletionSelectionStatus, CompletionSelectionStatus) |
Determines whether two instances of CompletionSelectionStatus are the same. |
Inequality(CompletionSelectionStatus, CompletionSelectionStatus) |
Determines whether two instances of CompletionSelectionStatus are different. |