AifWpfTabControl.AifTabItems Property
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 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.