Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the CompletionSelectionStatus.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Sub New ( _
completion As Completion, _
isSelected As Boolean, _
isUnique As Boolean _
)
public CompletionSelectionStatus(
Completion completion,
bool isSelected,
bool isUnique
)
public:
CompletionSelectionStatus(
Completion^ completion,
bool isSelected,
bool isUnique
)
new :
completion:Completion *
isSelected:bool *
isUnique:bool -> CompletionSelectionStatus
public function CompletionSelectionStatus(
completion : Completion,
isSelected : boolean,
isUnique : boolean
)
Parameters
- completion
Type: Microsoft.VisualStudio.Language.Intellisense.Completion
The selected Completion in this selection status.
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.