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 property in the provided test element.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public Overridable Sub UpdateTestProperty ( _
test As ITestElement, _
property As PropertyDescriptor _
)
public virtual void UpdateTestProperty(
ITestElement test,
PropertyDescriptor property
)
public:
virtual void UpdateTestProperty(
ITestElement^ test,
PropertyDescriptor^ property
)
abstract UpdateTestProperty :
test:ITestElement *
property:PropertyDescriptor -> unit
override UpdateTestProperty :
test:ITestElement *
property:PropertyDescriptor -> unit
public function UpdateTestProperty(
test : ITestElement,
property : PropertyDescriptor
)
Parameters
test
Type: Microsoft.VisualStudio.TestTools.Common.ITestElementThe ITestElement object to be updated.
property
Type: System.ComponentModel.PropertyDescriptorA PropertyDescriptor object.
Implements
ITuip.UpdateTestProperty(ITestElement, PropertyDescriptor)
.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.