Class ResultContainer
Class ResultContainer
Namespace: Aspose.Page.Plugins
Assembly: Aspose.Page.dll (25.1.2)
プラグイン処理の結果コレクションを含むコンテナを表します。
public class ResultContainer
継承
継承されたメンバー
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
プロパティ
ResultCollection
操作結果のコレクションを取得します。
public List<ioperationresult> ResultCollection { get; }
プロパティ値
List<IOperationResult>