UIObject.ParameterizeProperty Method
Parameterizes the given property by using the given parameter name.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub ParameterizeProperty ( _
propertyName As String, _
parameterName As String _
)
public void ParameterizeProperty(
string propertyName,
string parameterName
)
public:
void ParameterizeProperty(
String^ propertyName,
String^ parameterName
)
member ParameterizeProperty :
propertyName:string *
parameterName:string -> unit
public function ParameterizeProperty(
propertyName : String,
parameterName : String
)
Parameters
propertyName
Type: StringThe name of the property to parameterize.
parameterName
Type: StringThe name of the parameter.
.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
Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace