GlobalInterfaces.GetApplications<T> 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.
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<T>
Collection of interfaces