Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'宣言
Sub UpdateTestCustomProperty ( _
test As ITestElement, _
propertyToChange As String _
)
'使用
Dim instance As ITuip
Dim test As ITestElement
Dim propertyToChange As String
instance.UpdateTestCustomProperty(test, _
propertyToChange)
void UpdateTestCustomProperty(
ITestElement test,
string propertyToChange
)
void UpdateTestCustomProperty(
ITestElement^ test,
String^ propertyToChange
)
function UpdateTestCustomProperty(
test : ITestElement,
propertyToChange : String
)
Parameters
- propertyToChange
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.