KnownControls.UnregisterControl Method (String)

Disassociates all control names with the specified automation element identifier.

Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)

Usage

'Usage
Dim instance As KnownControls
Dim automationId As String

instance.UnregisterControl(automationId)

Syntax

'Declaration
Public Sub UnregisterControl ( _
    automationId As String _
)
public void UnregisterControl (
    string automationId
)
public:
void UnregisterControl (
    String^ automationId
)
public void UnregisterControl (
    String automationId
)
public function UnregisterControl (
    automationId : String
)

Parameters

  • automationId
    Specifies the automation ID.

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

KnownControls Class
KnownControls Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.