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
- testType
Type: System.Type
- tipType
Type: System.Type
- extensions
Type: []
- iconIds
Type: []
- testTypeNameId
Type: System.Int32
Permissions
- 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.
See Also
Reference
RegisterTestTypeNoEditorAttribute Class