次の方法で共有


ExpandableStringExpressionAst.NestedExpressions Property

Definition

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)

Property Value

Applies to