IRunConfigurationCustomEditor.TestType Property
Gets the custom TestType
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
ReadOnly Property TestType As TestType
TestType TestType { get; }
property TestType^ TestType {
TestType^ get ();
}
abstract TestType : TestType
function get TestType () : TestType
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestType
The associated test type.
.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
IRunConfigurationCustomEditor Interface