ContextParameter クラス
名前と値を持つ、Web パフォーマンス テスト コンテキストの単一パラメーターを表します。
継承階層
System.Object
Microsoft.VisualStudio.TestTools.WebTesting.ContextParameter
名前空間: Microsoft.VisualStudio.TestTools.WebTesting
アセンブリ: Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 内)
構文
'宣言
<SerializableAttribute> _
Public Class ContextParameter _
Implements ICloneable
[SerializableAttribute]
public class ContextParameter : ICloneable
[SerializableAttribute]
public ref class ContextParameter : ICloneable
[<SerializableAttribute>]
type ContextParameter =
class
interface ICloneable
end
public class ContextParameter implements ICloneable
ContextParameter 型で公開されるメンバーは以下のとおりです。
コンストラクター
名前 | 説明 | |
---|---|---|
ContextParameter() | ContextParameter クラスの新しいインスタンスを初期化します。 | |
ContextParameter(String, String) | 指定された名前および値を使用して、ContextParameter クラスの新しいインスタンスを初期化します。 |
このページのトップへ
プロパティ
名前 | 説明 | |
---|---|---|
Name | ContextParameter の名前を取得または設定します。 | |
Value | ContextParameter の値を取得または設定します。 |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
Clone | 現在のインスタンスのコピーである新しい ContextParameter を作成します。 | |
Equals | 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。) | |
Finalize | オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) | |
GetHashCode | 特定の型のハッシュ関数として機能します。 (Object から継承されます。) | |
GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) | |
MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) | |
ToString | 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。) |
このページのトップへ
解説
ContextParameter オブジェクトは通常、ContextParameter オブジェクトのコレクションである WebTest.Context プロパティ内の多くの ContextParameter オブジェクトの 1 つです。
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。