ITuipEditorTestPropertyChange.ChangeCustomTestProperty Method
Sets the value of a custom property in the provided test element.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Декларация
Sub ChangeCustomTestProperty ( _
testWithNewProperty As ITestElement, _
customProperty As String _
)
void ChangeCustomTestProperty(
ITestElement testWithNewProperty,
string customProperty
)
void ChangeCustomTestProperty(
ITestElement^ testWithNewProperty,
String^ customProperty
)
abstract ChangeCustomTestProperty :
testWithNewProperty:ITestElement *
customProperty:string -> unit
function ChangeCustomTestProperty(
testWithNewProperty : ITestElement,
customProperty : String
)
Parameters
- testWithNewProperty
Type: Microsoft.VisualStudio.TestTools.Common.ITestElement
A custom ITestElement that contains the changed property.
- customProperty
Type: System.String
The name of the changed custom property.
.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
ITuipEditorTestPropertyChange Interface