次の方法で共有


MarkerAction.MarkerInformation プロパティ

 

このアクションに関する情報を取得または設定します。

名前空間:   Microsoft.VisualStudio.TestTools.UITest.Common
アセンブリ:  Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll 内)

構文

public string MarkerInformation { get; set; }
public:
property String^ MarkerInformation {
    String^ get();
    void set(String^ value);
}
member MarkerInformation : string with get, set
Public Property MarkerInformation As String

プロパティ値

Type: System.String

解説

このプロパティを設定すると、PropertyChanged イベントが発生します。

参照

PropertyChanged
MarkerAction クラス
Microsoft.VisualStudio.TestTools.UITest.Common 名前空間

トップに戻る