다음을 통해 공유


GlobalInterfaces.Remove Method

Removes the specified application from the global interfaces collection by type.

Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)

Usage

'Usage
Dim instance As GlobalInterfaces
Dim applicationName As String
Dim returnValue As Boolean

returnValue = instance.Remove(applicationName)

Syntax

'Declaration
Public Function Remove(Of T) ( _
    applicationName As String _
) As Boolean
public bool Remove<T> (
    string applicationName
)
public:
generic<typename T>
bool Remove (
    String^ applicationName
)

GenericParameters

  • T
    Specifies the type of interface.

Parameters

  • applicationName
    Specifies the name of the application.

Return Value

Type: Boolean
True if the application is successfully removed, otherwise false.

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

GlobalInterfaces Class
GlobalInterfaces Members
Microsoft.Uii.Desktop.Core Namespace

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