DefinitionBucket.Split Method
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.
public:
virtual System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::TableControl::IEntryBucket ^> ^ Split();
public virtual System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.TableControl.IEntryBucket> Split ();
abstract member Split : unit -> seq<Microsoft.VisualStudio.Shell.TableControl.IEntryBucket>
override this.Split : unit -> seq<Microsoft.VisualStudio.Shell.TableControl.IEntryBucket>
Public Overridable Function Split () As IEnumerable(Of IEntryBucket)