SuggestionPackage.SuggestionEntries Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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