RegisterTestTypeNoEditorAttribute Constructor

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'宣言
Public Sub New ( _
    testType As Type, _
    tipType As Type, _
    extensions As String(), _
    iconIds As Integer(), _
    testTypeNameId As Integer _
)
'使用
Dim testType As Type
Dim tipType As Type
Dim extensions As String()
Dim iconIds As Integer()
Dim testTypeNameId As Integer

Dim instance As New RegisterTestTypeNoEditorAttribute(testType, _
    tipType, extensions, iconIds, testTypeNameId)
public RegisterTestTypeNoEditorAttribute(
    Type testType,
    Type tipType,
    string[] extensions,
    int[] iconIds,
    int testTypeNameId
)
public:
RegisterTestTypeNoEditorAttribute(
    Type^ testType, 
    Type^ tipType, 
    array<String^>^ extensions, 
    array<int>^ iconIds, 
    int testTypeNameId
)
public function RegisterTestTypeNoEditorAttribute(
    testType : Type, 
    tipType : Type, 
    extensions : String[], 
    iconIds : int[], 
    testTypeNameId : int
)

Parameters

  • extensions
    Type: []
  • iconIds
    Type: []

Permissions

See Also

Reference

RegisterTestTypeNoEditorAttribute Class

RegisterTestTypeNoEditorAttribute Members

Microsoft.VisualStudio.TestTools.Vsip Namespace