Share via


IUITestPropertyProvider.GetPropertyNames Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns all properties supported by this provider for the specified control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Function GetPropertyNames ( _
    uiControl As UITestControl _
) As ICollection(Of String)
'Usage
Dim instance As IUITestPropertyProvider
Dim uiControl As UITestControl
Dim returnValue As ICollection(Of String)

returnValue = instance.GetPropertyNames(uiControl)
ICollection<string> GetPropertyNames(
    UITestControl uiControl
)
ICollection<String^>^ GetPropertyNames(
    UITestControl^ uiControl
)
function GetPropertyNames(
    uiControl : UITestControl
) : ICollection<String>
abstract GetPropertyNames : 
        uiControl:UITestControl -> ICollection<string> 

Parameters

Return Value

Type: System.Collections.Generic.ICollection<String>
A collection of supported properties.

.NET Framework Security

See Also

Reference

IUITestPropertyProvider Interface

IUITestPropertyProvider Members

Microsoft.VisualStudio.TestTools.UITesting Namespace