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