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 _
)
'使用
Dim instance As ITuipEditorTestPropertyChange
Dim testWithNewProperty As ITestElement
Dim customProperty As String
instance.ChangeCustomTestProperty(testWithNewProperty, _
customProperty)
void ChangeCustomTestProperty(
ITestElement testWithNewProperty,
string customProperty
)
void ChangeCustomTestProperty(
ITestElement^ testWithNewProperty,
String^ customProperty
)
function ChangeCustomTestProperty(
testWithNewProperty : ITestElement,
customProperty : String
)
Parameters
- testWithNewProperty
Type: Microsoft.VisualStudio.TestTools.Common.ITestElement
- customProperty
Type: System.String
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
ITuipEditorTestPropertyChange Interface