GlobalInterfaces.Remove<T>(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.