ITuipEditorTestPropertyChange.ChangeCustomTestProperty Method

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

Permissions

See Also

Reference

ITuipEditorTestPropertyChange Interface

ITuipEditorTestPropertyChange Members

Microsoft.VisualStudio.TestTools.Vsip Namespace