PexUseTypeAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| PexUseTypeAttribute(Type) |
Initialise une nouvelle instance de la classe PexUseTypeAttribute. |
| PexUseTypeAttribute(String, String) |
Initialise une nouvelle instance de la classe PexUseTypeAttribute. |
| PexUseTypeAttribute(Type, String) |
Initialise une nouvelle instance de la classe PexUseTypeAttribute. |
PexUseTypeAttribute(Type)
Initialise une nouvelle instance de la classe PexUseTypeAttribute.
public:
PexUseTypeAttribute(Type ^ targetType);
public PexUseTypeAttribute (Type targetType);
new Microsoft.Pex.Framework.Using.PexUseTypeAttribute : Type -> Microsoft.Pex.Framework.Using.PexUseTypeAttribute
Public Sub New (targetType As Type)
Paramètres
- targetType
- Type
Type de la cible.
S’applique à
PexUseTypeAttribute(String, String)
Initialise une nouvelle instance de la classe PexUseTypeAttribute.
public:
PexUseTypeAttribute(System::String ^ assemblyName, System::String ^ fullTypeName);
public PexUseTypeAttribute (string assemblyName, string fullTypeName);
new Microsoft.Pex.Framework.Using.PexUseTypeAttribute : string * string -> Microsoft.Pex.Framework.Using.PexUseTypeAttribute
Public Sub New (assemblyName As String, fullTypeName As String)
Paramètres
- assemblyName
- String
Nom de l’assembly.
- fullTypeName
- String
Nom complet du type.
S’applique à
PexUseTypeAttribute(Type, String)
Initialise une nouvelle instance de la classe PexUseTypeAttribute.
public:
PexUseTypeAttribute(Type ^ typeOfAssembly, System::String ^ fullTypeName);
public PexUseTypeAttribute (Type typeOfAssembly, string fullTypeName);
new Microsoft.Pex.Framework.Using.PexUseTypeAttribute : Type * string -> Microsoft.Pex.Framework.Using.PexUseTypeAttribute
Public Sub New (typeOfAssembly As Type, fullTypeName As String)
Paramètres
- typeOfAssembly
- Type
Type d'assembly.
- fullTypeName
- String
Nom complet du type.