Share via


GlobalInterfaces.Remove<T>(String) Method

Definition

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

public:
generic <typename T>
 bool Remove(System::String ^ applicationName);
public bool Remove<T> (string applicationName);
member this.Remove : string -> bool
Public Function Remove(Of T) (applicationName As String) As Boolean

Type Parameters

T

Specifies the type of interface.

Parameters

applicationName
String

Specifies the name of the application.

Returns

True if the application is successfully removed, otherwise false.

Applies to