BatchFileContextActionResult.IsSuccessResults 属性

定义

成功结果的集合

public:
 property System::Collections::Generic::IReadOnlyList<bool> ^ IsSuccessResults { System::Collections::Generic::IReadOnlyList<bool> ^ get(); };
public System.Collections.Generic.IReadOnlyList<bool> IsSuccessResults { get; }
member this.IsSuccessResults : System.Collections.Generic.IReadOnlyList<bool>
Public ReadOnly Property IsSuccessResults As IReadOnlyList(Of Boolean)

属性值

IReadOnlyList<Boolean>

实现

适用于