CompletionSet.SelectionStatus Property
Gets or sets the CompletionSelectionStatus.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Property SelectionStatus As CompletionSelectionStatus
public CompletionSelectionStatus SelectionStatus { get; set; }
public:
property CompletionSelectionStatus^ SelectionStatus {
CompletionSelectionStatus^ get ();
void set (CompletionSelectionStatus^ value);
}
member SelectionStatus : CompletionSelectionStatus with get, set
function get SelectionStatus () : CompletionSelectionStatus
function set SelectionStatus (value : CompletionSelectionStatus)
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense.CompletionSelectionStatus
The CompletionSelectionStatus.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The value is nulla null reference (Nothing in Visual Basic). |
ArgumentException | The completion belonging to the value is not contained in either the completions or the completion builders. |
Remarks
Changing the selection status raises the SelectionStatusChanged event.
.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.