JavaKnownControls.IsKnown Method
Checks whether the accessible object is already registered.
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 Boolean
returnValue = instance.IsKnown(accObj, vmId)
Syntax
'Declaration
Public Function IsKnown ( _
accObj As IntPtr, _
vmId As Integer _
) As Boolean
public bool IsKnown (
IntPtr accObj,
int vmId
)
public:
bool IsKnown (
IntPtr accObj,
int vmId
)
public boolean IsKnown (
IntPtr accObj,
int vmId
)
public function IsKnown (
accObj : IntPtr,
vmId : int
) : boolean
Parameters
- accObj
Specifies the accessibility object.
- vmId
Return Value
Returns Boolean.
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.