PexFocusOnTypeAttribute Constructeurs

Définition

Surcharges

PexFocusOnTypeAttribute(Type)

Initialise une nouvelle instance de la classe PexFocusOnTypeAttribute.

PexFocusOnTypeAttribute(Type, String)

Initialise une nouvelle instance de la classe PexFocusOnTypeAttribute.

PexFocusOnTypeAttribute(Type)

Initialise une nouvelle instance de la classe PexFocusOnTypeAttribute.

public:
 PexFocusOnTypeAttribute(Type ^ targetType);
public PexFocusOnTypeAttribute (Type targetType);
new Microsoft.Pex.Framework.Focus.PexFocusOnTypeAttribute : Type -> Microsoft.Pex.Framework.Focus.PexFocusOnTypeAttribute
Public Sub New (targetType As Type)

Paramètres

targetType
Type

Type de la cible.

S’applique à

PexFocusOnTypeAttribute(Type, String)

Initialise une nouvelle instance de la classe PexFocusOnTypeAttribute.

public:
 PexFocusOnTypeAttribute(Type ^ typeOfAssembly, System::String ^ type);
public PexFocusOnTypeAttribute (Type typeOfAssembly, string type);
new Microsoft.Pex.Framework.Focus.PexFocusOnTypeAttribute : Type * string -> Microsoft.Pex.Framework.Focus.PexFocusOnTypeAttribute
Public Sub New (typeOfAssembly As Type, type As String)

Paramètres

typeOfAssembly
Type

Type d'assembly.

type
String

Type.

S’applique à