Share via


GlobalInterfaces.GetApplications<T> Method

Definition

Gets a collection of interfaces, filtered by the interface type.

public:
generic <typename T>
 System::Collections::ObjectModel::Collection<T> ^ GetApplications();
public System.Collections.ObjectModel.Collection<T> GetApplications<T> ();
member this.GetApplications : unit -> System.Collections.ObjectModel.Collection<'T>
Public Function GetApplications(Of T) () As Collection(Of T)

Type Parameters

T

Specifies the interface type.

Returns

Collection of interfaces

Applies to