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 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 ChangeTestProperty ( _
testWithNewProperty As ITestElement, _
propertyDescriptor As PropertyDescriptor _
)
void ChangeTestProperty(
ITestElement testWithNewProperty,
PropertyDescriptor propertyDescriptor
)
void ChangeTestProperty(
ITestElement^ testWithNewProperty,
PropertyDescriptor^ propertyDescriptor
)
abstract ChangeTestProperty :
testWithNewProperty:ITestElement *
propertyDescriptor:PropertyDescriptor -> unit
function ChangeTestProperty(
testWithNewProperty : ITestElement,
propertyDescriptor : PropertyDescriptor
)
Parameters
testWithNewProperty
Type: Microsoft.VisualStudio.TestTools.Common.ITestElementAn ITestElement that contains the changed property.
propertyDescriptor
Type: System.ComponentModel.PropertyDescriptorA PropertyDescriptor object that indicates the changed 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