次の方法で共有


IWmiDataReaderTask.Output プロパティ

定義

タスクの結果を表すオブジェクトを取得します。値の設定も可能です。

public:
 property System::Object ^ Output { System::Object ^ get(); void set(System::Object ^ value); };
public object Output { get; set; }
member this.Output : obj with get, set
Public Property Output As Object

プロパティ値

タスクの結果を表すオブジェクトです。

適用対象