CompletionSelectionStatus.IsSelected Property
Determines whether the completion is fully selected.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public ReadOnly Property IsSelected As Boolean
public bool IsSelected { get; }
public:
property bool IsSelected {
bool get ();
}
member IsSelected : bool with get
function get IsSelected () : boolean
Property Value
Type: Boolean
true if the completion is selected, otherwise false.
.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.