Share via


ExtensionQueryMessage.ParameterNames Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public Property ParameterNames As List(Of String)
    Get
    Set
public List<string> ParameterNames { get; set; }
public:
property List<String^>^ ParameterNames {
    List<String^>^ get ();
    void set (List<String^>^ value);
}
member ParameterNames : List<string> with get, set
function get ParameterNames () : List<String>
function set ParameterNames (value : List<String>)

Property Value

Type: System.Collections.Generic.List<String>
Returns List<T>.

.NET Framework Security

See Also

Reference

ExtensionQueryMessage Class

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace