Costruttore TestCaseManagementDisplayNameAttribute
Inizializza una nuova istanza della classe TestCaseManagementDisplayNameAttribute.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
resourceType As Type, _
resourceId As String _
)
public TestCaseManagementDisplayNameAttribute(
Type resourceType,
string resourceId
)
public:
TestCaseManagementDisplayNameAttribute(
Type^ resourceType,
String^ resourceId
)
new :
resourceType:Type *
resourceId:string -> TestCaseManagementDisplayNameAttribute
public function TestCaseManagementDisplayNameAttribute(
resourceType : Type,
resourceId : String
)
Parametri
resourceType
Tipo: TypeOggetto Type per l'oggetto risorsa.
resourceId
Tipo: StringIdentificatore per la risorsa da restituire.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.