IWpfTableControl.Entries Property

Definition

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.

Applies to