ExpandableStringExpressionAst.NestedExpressions 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.
A non-empty collection of expressions contained within the string. The nested expressions are always either instances of VariableExpressionAst or SubExpressionAst.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::ExpressionAst ^> ^ NestedExpressions { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::ExpressionAst ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ExpressionAst> NestedExpressions { get; }
member this.NestedExpressions : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ExpressionAst>
Public ReadOnly Property NestedExpressions As ReadOnlyCollection(Of ExpressionAst)