使用英语阅读

通过


CompletionSelectionStatus Constructor

Initializes a new instance of the CompletionSelectionStatus.

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

Syntax

public CompletionSelectionStatus(
    Completion completion,
    bool isSelected,
    bool isUnique
)

Parameters

  • isSelected
    Type: System.Boolean
    true if the completion is fully-selected, false otherwise.
  • isUnique
    Type: System.Boolean
    true if the completion is a unique match, false otherwise.

.NET Framework Security

See Also

Reference

CompletionSelectionStatus Class

Microsoft.VisualStudio.Language.Intellisense Namespace