JavaKnownControls.GetControlName Method
Gets control name for the given key.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As JavaKnownControls
Dim accObj As IntPtr
Dim vmId As Integer
Dim returnValue As String
returnValue = instance.GetControlName(accObj, vmId)
Syntax
'Declaration
Public Function GetControlName ( _
accObj As IntPtr, _
vmId As Integer _
) As String
public string GetControlName (
IntPtr accObj,
int vmId
)
public:
String^ GetControlName (
IntPtr accObj,
int vmId
)
public String GetControlName (
IntPtr accObj,
int vmId
)
public function GetControlName (
accObj : IntPtr,
vmId : int
) : String
Parameters
- accObj
Specifies the accessibility object.
- vmId
Return Value
Type: String
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
JavaKnownControls Class
JavaKnownControls Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.