Share via


SuggestionPackage.SuggestionEntries Property

Definition

Gets the suggestion entries returned from that mini-session.

public System.Collections.Generic.List<System.Management.Automation.Subsystem.Prediction.PredictiveSuggestion>? SuggestionEntries { [System.Runtime.CompilerServices.IsReadOnly] get; }
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]
public System.Collections.Generic.List<System.Management.Automation.Subsystem.Prediction.PredictiveSuggestion>? SuggestionEntries { [System.Runtime.CompilerServices.IsReadOnly] get; }
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.SuggestionEntries : System.Collections.Generic.List<System.Management.Automation.Subsystem.Prediction.PredictiveSuggestion>
[<get: System.Runtime.CompilerServices.IsReadOnly>]
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })>]
member this.SuggestionEntries : System.Collections.Generic.List<System.Management.Automation.Subsystem.Prediction.PredictiveSuggestion>
Public ReadOnly Property SuggestionEntries As List(Of PredictiveSuggestion)

Property Value

Attributes

Applies to