RegisterTestTypeNoEditorAttribute Constructor
Initializes a new instance of the RegisterTestTypeNoEditorAttribute class by using the provided parameter values.
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 _
)
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
)
new :
testType:Type *
tipType:Type *
extensions:string[] *
iconIds:int[] *
testTypeNameId:int -> RegisterTestTypeNoEditorAttribute
public function RegisterTestTypeNoEditorAttribute(
testType : Type,
tipType : Type,
extensions : String[],
iconIds : int[],
testTypeNameId : int
)
Parameters
- testType
Type: System.Type
The Type for the custom test.
- tipType
Type: System.Type
The Type for the custom ITip.
- extensions
Type: array<System.String[]
A string array of file name extensions.
- iconIds
Type: array<System.Int32[]
An int array of IDs for icons.
- testTypeNameId
Type: System.Int32
An int that represents the ID for the test name.
.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.
See Also
Reference
RegisterTestTypeNoEditorAttribute Class