PexSuppressUninstrumentedMethodFromNamespaceAttribute Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| PexSuppressUninstrumentedMethodFromNamespaceAttribute(String[]) |
Inicializa uma nova instância da classe PexSuppressUninstrumentedMethodFromNamespaceAttribute. |
| PexSuppressUninstrumentedMethodFromNamespaceAttribute(Type[]) |
Inicializa uma nova instância da classe PexSuppressUninstrumentedMethodFromNamespaceAttribute. |
PexSuppressUninstrumentedMethodFromNamespaceAttribute(String[])
Inicializa uma nova instância da classe PexSuppressUninstrumentedMethodFromNamespaceAttribute.
public:
PexSuppressUninstrumentedMethodFromNamespaceAttribute(... cli::array <System::String ^> ^ namespaces);
public PexSuppressUninstrumentedMethodFromNamespaceAttribute (params string[] namespaces);
new Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromNamespaceAttribute : string[] -> Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromNamespaceAttribute
Public Sub New (ParamArray namespaces As String())
Parâmetros
- namespaces
- String[]
O @namespace.
Aplica-se a
PexSuppressUninstrumentedMethodFromNamespaceAttribute(Type[])
Inicializa uma nova instância da classe PexSuppressUninstrumentedMethodFromNamespaceAttribute.
public:
PexSuppressUninstrumentedMethodFromNamespaceAttribute(... cli::array <Type ^> ^ typesOfNamespace);
public PexSuppressUninstrumentedMethodFromNamespaceAttribute (params Type[] typesOfNamespace);
new Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromNamespaceAttribute : Type[] -> Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromNamespaceAttribute
Public Sub New (ParamArray typesOfNamespace As Type())
Parâmetros
- typesOfNamespace
- Type[]
O tipo de namespace.