IWpfTableControl.Entries 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 entries displayed in the control.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^> ^ Entries { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle> Entries { get; }
member this.Entries : seq<Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle>
Public ReadOnly Property Entries As IEnumerable(Of ITableEntryHandle)
Property Value
Returns IEnumerable<T>.
Remarks
This method can only be called from the thread that created the table control.