Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
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.ITestElementA custom ITestElement that contains the changed property.
customProperty
Type: System.StringThe 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