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
'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.CompletionThe selected Completion in this selection status.
isSelected
Type: System.Booleantrue if the completion is fully-selected, false otherwise.
isUnique
Type: System.Booleantrue 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.