他のコンポーネントからのエラーの一覧を取得または設定します。
名前空間 : Microsoft.Data.Schema.Tasks
アセンブリ : Microsoft.Data.Schema.Tasks (Microsoft.Data.Schema.Tasks.dll 内)
構文
'宣言
Protected Property ErrorsFromOtherComponents As List(Of Tuple(Of DataSchemaError, Object))
'使用
Dim value As List(Of Tuple(Of DataSchemaError, Object))
value = Me.ErrorsFromOtherComponents
Me.ErrorsFromOtherComponents = value
protected List<Tuple<DataSchemaError, Object>> ErrorsFromOtherComponents { get; set; }
protected:
property List<Tuple<DataSchemaError^, Object^>>^ ErrorsFromOtherComponents {
List<Tuple<DataSchemaError^, Object^>>^ get ();
void set (List<Tuple<DataSchemaError^, Object^>>^ value);
}
protected function get ErrorsFromOtherComponents () : List<Tuple<DataSchemaError, Object>>
protected function set ErrorsFromOtherComponents (value : List<Tuple<DataSchemaError, Object>>)
プロパティ値
型 : System.Collections.Generic.List<Tuple<DataSchemaError, Object>>