次の方法で共有


CodedUITestAttribute クラス

これは、単体テストの拡張クラスとしてクラスを認識するように拡張機能をアクティブにするために使用されます。 これは、コード化された UI テストであることを示すためにテスト クラスで[CodedUITest]属性を使用します。

継承階層

Object
  Attribute
    Microsoft.VisualStudio.TestTools.UnitTesting.TestClassExtensionAttribute
      Microsoft.VisualStudio.TestTools.UITesting.CodedUITestAttribute

名前空間:  Microsoft.VisualStudio.TestTools.UITesting
アセンブリ:  Microsoft.VisualStudio.QualityTools.CodedUITestFramework (Microsoft.VisualStudio.QualityTools.CodedUITestFramework.dll 内)

構文

'宣言
<SerializableAttribute> _
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False)> _
Public NotInheritable Class CodedUITestAttribute _
    Inherits TestClassExtensionAttribute
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)]
public sealed class CodedUITestAttribute : TestClassExtensionAttribute
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false)]
public ref class CodedUITestAttribute sealed : public TestClassExtensionAttribute
[<Sealed>]
[<SerializableAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)>]
type CodedUITestAttribute =  
    class 
        inherit TestClassExtensionAttribute 
    end
public final class CodedUITestAttribute extends TestClassExtensionAttribute

CodedUITestAttribute 型で公開されるメンバーは以下のとおりです。

コンストラクター

  名前 説明
パブリック メソッド CodedUITestAttribute()
パブリック メソッド CodedUITestAttribute(CodedUITestType)

このページのトップへ

プロパティ

  名前 説明
パブリック プロパティ ExtensionId (TestClassExtensionAttribute.ExtensionId をオーバーライドします。)
パブリック プロパティ TypeId 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。 (Attribute から継承されます。)

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Equals テスト クラス拡張オブジェクトが、提供されるテスト クラス拡張オブジェクトと等しいかどうかを判断します。 (TestClassExtensionAttribute から継承されます。)
パブリック メソッド GetClientSide (TestClassExtensionAttribute.GetClientSide() をオーバーライドします。)
パブリック メソッド GetExecution (TestClassExtensionAttribute.GetExecution() をオーバーライドします。)
パブリック メソッド GetHashCode テスト クラス拡張オブジェクトの ID のハッシュ コードを返します。 (TestClassExtensionAttribute から継承されます。)
パブリック メソッド GetType 現在のインスタンスの Type を取得します。 (Object から継承されます。)
パブリック メソッド IsDefaultAttribute 派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。 (Attribute から継承されます。)
パブリック メソッド Match 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 (Attribute から継承されます。)
パブリック メソッド ToString 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。)

このページのトップへ

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイス実装プライベート メソッド System#Runtime#InteropServices#_Attribute#GetIDsOfNames 一連の名前を対応する一連のディスパッチ識別子に割り当てます。 (Attribute から継承されます。)
明示的なインターフェイス実装プライベート メソッド System#Runtime#InteropServices#_Attribute#GetTypeInfo オブジェクトの型情報を取得します。この情報はインターフェイスの型情報の取得に使用できます。 (Attribute から継承されます。)
明示的なインターフェイス実装プライベート メソッド System#Runtime#InteropServices#_Attribute#GetTypeInfoCount オブジェクトが提供する型情報インターフェイスの数 (0 または 1) を取得します。 (Attribute から継承されます。)
明示的なインターフェイス実装プライベート メソッド System#Runtime#InteropServices#_Attribute#Invoke オブジェクトによって公開されたプロパティおよびメソッドへのアクセスを提供します。 (Attribute から継承されます。)

このページのトップへ

解説

ここのコンテンツは更新されません。ここに資料を追加しないでください。

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

関連項目

Microsoft.VisualStudio.TestTools.UITesting 名前空間