Compartir a través de


AifWpfTabControl.AifTabItems Property

Definition

Gets the collection of TabItems that the CcfTabControl uses

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::TabItem ^> ^ AifTabItems { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::TabItem ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.TabItem> AifTabItems { get; }
member this.AifTabItems : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.TabItem>
Public ReadOnly Property AifTabItems As ReadOnlyCollection(Of TabItem)

Property Value

Remarks

The "Tag" value of each TabItem contains the hosted application itself and is used to get the hosted application when we know the TabItem.

Applies to