Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the TestCaseManagementDisplayNameAttribute class.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
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
)
Parameters
resourceType
Type: TypeA Type for the resource object.
resourceId
Type: StringThe identifier for the resource to return.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.