Construtor LocalizedDescriptionAttribute
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Inicializa uma nova instância do LocalizedDescriptionAttribute classe usando o tipo fornecido e ID.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
Public Sub New ( _
resourceType As Type, _
resourceId As String _
)
public LocalizedDescriptionAttribute(
Type resourceType,
string resourceId
)
public:
LocalizedDescriptionAttribute(
Type^ resourceType,
String^ resourceId
)
new :
resourceType:Type *
resourceId:string -> LocalizedDescriptionAttribute
public function LocalizedDescriptionAttribute(
resourceType : Type,
resourceId : String
)
Parâmetros
- resourceType
Tipo: System.Type
O Type para o arquivo de recurso.
- resourceId
Tipo: System.String
O identificador do recurso que contém a descrição.
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.