Sdílet prostřednictvím


TestCaseManagementDisplayNameAttribute – konstruktor

Vytvoří novou instanci třídy TestCaseManagementDisplayNameAttribute.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • resourceType
    Typ: Type

    A Type pro objekt zdroje.

  • resourceId
    Typ: String

    Identifikátor prostředku vrátit.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestCaseManagementDisplayNameAttribute Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů