CompletionSelectionStatus.IsSelected Property

Definition

Determines whether the completion is fully-selected.

public:
 property bool IsSelected { bool get(); };
public:
 property bool IsSelected { bool get(); };
public bool IsSelected { get; }
member this.IsSelected : bool
Public ReadOnly Property IsSelected As Boolean

Property Value

true if the completion is selected, otherwise false.

Applies to