CompletionSet.CompletionMatchResult.SelectionStatus Property
Gets or sets the selection status of the completion set.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'宣言
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 selection status of the completion set.
.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.