IXmlTestStore インターフェイス
カスタム永続ロジックのための機構を提供します。
名前空間: Microsoft.VisualStudio.TestTools.Common.Xml
アセンブリ: Microsoft.VisualStudio.QualityTools.Common (Microsoft.VisualStudio.QualityTools.Common.dll 内)
構文
'宣言
Public Interface IXmlTestStore
public interface IXmlTestStore
public interface class IXmlTestStore
type IXmlTestStore = interface end
public interface IXmlTestStore
IXmlTestStore 型で公開されるメンバーは以下のとおりです。
メソッド
名前 | 説明 | |
---|---|---|
Load | 指定された XML 要素からクラスを読み込みます。 | |
Save | 指定された XmlElement 下にクラスを保存します。 |
このページのトップへ