Construtor UITestPropertyDescriptor (Type, UITestPropertyAttributes, String)
Inicializa uma nova instância de UITestPropertyDescriptor classe com permissões especificadas e categoria.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintaxe
'Declaração
Public Sub New ( _
dataType As Type, _
attributes As UITestPropertyAttributes, _
category As String _
)
public UITestPropertyDescriptor(
Type dataType,
UITestPropertyAttributes attributes,
string category
)
public:
UITestPropertyDescriptor(
Type^ dataType,
UITestPropertyAttributes attributes,
String^ category
)
new :
dataType:Type *
attributes:UITestPropertyAttributes *
category:string -> UITestPropertyDescriptor
public function UITestPropertyDescriptor(
dataType : Type,
attributes : UITestPropertyAttributes,
category : String
)
Parâmetros
- dataType
Tipo: System.Type
Tipo de dados do valor da propriedade.
- attributes
Tipo: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyAttributes
Permissões que estão associadas com a propriedade.
- category
Tipo: System.String
Categoria à qual a propriedade pertence.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
UITestPropertyDescriptor Classe