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 the specified 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 UpdateTestCustomProperty ( _
test As ITestElement, _
propertyToChange As String _
)
void UpdateTestCustomProperty(
ITestElement test,
string propertyToChange
)
void UpdateTestCustomProperty(
ITestElement^ test,
String^ propertyToChange
)
abstract UpdateTestCustomProperty :
test:ITestElement *
propertyToChange:string -> unit
function UpdateTestCustomProperty(
test : ITestElement,
propertyToChange : String
)
Parameters
test
Type: Microsoft.VisualStudio.TestTools.Common.ITestElementThe ITestElement object to be updated.
propertyToChange
Type: System.StringThe name of the custom property to set.
.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.