IOperation.Children 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
This API has performance penalties, please use ChildOperations instead.
此作業的子作業陣列。 已被取代:請使用 ChildOperations 。
public:
property System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::IOperation ^> ^ Children { System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::IOperation ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.IOperation> Children { get; }
[System.Obsolete("This API has performance penalties, please use ChildOperations instead.", false)]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.IOperation> Children { get; }
member this.Children : seq<Microsoft.CodeAnalysis.IOperation>
[<System.Obsolete("This API has performance penalties, please use ChildOperations instead.", false)>]
member this.Children : seq<Microsoft.CodeAnalysis.IOperation>
Public ReadOnly Property Children As IEnumerable(Of IOperation)
屬性值
- 屬性