次の方法で共有


AifDeckControl.HostedApplications Property

Definition

Gets the collection of hosted applications currently contained in the control.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ HostedApplications { System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<object> HostedApplications { get; }
member this.HostedApplications : System.Collections.ObjectModel.ReadOnlyCollection<obj>
Public ReadOnly Property HostedApplications As ReadOnlyCollection(Of Object)

Property Value

Applies to