AifWpfTabControl.AifTabItems Property
Gets the collection of TabItems that the CcfTabControl uses
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As AifWpfTabControl
Dim value As ReadOnlyCollection(Of TabItem)
value = instance.AifTabItems
Syntax
'Declaration
Public ReadOnly Property AifTabItems As ReadOnlyCollection(Of TabItem)
public ReadOnlyCollection<TabItem> AifTabItems { get; }
public:
property ReadOnlyCollection<TabItem^>^ AifTabItems {
ReadOnlyCollection<TabItem^>^ get ();
}
/** @property */
public ReadOnlyCollection<TabItem> get_AifTabItems ()
public function get AifTabItems () : ReadOnlyCollection<TabItem>
Property Value
Type: ReadOnlyCollection
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
AifWpfTabControl Class
AifWpfTabControl Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.