ApplicationHost.GetApplications 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.
Retrieves the contained set of hosted applications.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Uii::Csr::IHostedApplication ^> ^ GetApplications();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Uii.Csr.IHostedApplication> GetApplications ();
member this.GetApplications : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Uii.Csr.IHostedApplication>
Public Function GetApplications () As ReadOnlyCollection(Of IHostedApplication)