DataDrivenAdapterBase.GetControlNames Method
Gets the control names.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As DataDrivenAdapterBase
Dim returnValue As ReadOnlyCollection(Of String)
returnValue = instance.GetControlNames
Syntax
'Declaration
Public Function GetControlNames As ReadOnlyCollection(Of String)
public ReadOnlyCollection<string> GetControlNames ()
public:
ReadOnlyCollection<String^>^ GetControlNames ()
public ReadOnlyCollection<String> GetControlNames ()
public function GetControlNames () : ReadOnlyCollection<String>
Return Value
Type: List
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
DataDrivenAdapterBase Class
DataDrivenAdapterBase Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.