Condividi tramite


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

'Dichiarazione
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

See Also

Reference

CompletionSet.CompletionMatchResult Class

Microsoft.VisualStudio.Language.Intellisense Namespace