Share via


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: System.Boolean
true if the completion is selected, otherwise false.

.NET Framework Security

See Also

Reference

CompletionSelectionStatus Class

Microsoft.VisualStudio.Language.Intellisense Namespace