RegisterTestTypeNoEditorAttribute Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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)
public: RegisterTestTypeNoEditorAttribute( Type^ testType, Type^ tipType, array<String^>^ extensions, array<int>^ iconIds, int testTypeNameId )
Parameters
- testType
- Type: System::Type
The Type for the custom test.
- tipType
- Type: System::Type
- 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.
- 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.
Community Additions
Show: