TableColumnDefinitionBase.CreateBucketForEntry(ITableEntryHandle) 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.
Get the IEntryBucket associated this this column for this entry.
public:
virtual Microsoft::VisualStudio::Shell::TableControl::IEntryBucket ^ CreateBucketForEntry(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry);
public virtual Microsoft.VisualStudio.Shell.TableControl.IEntryBucket CreateBucketForEntry (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry);
abstract member CreateBucketForEntry : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle -> Microsoft.VisualStudio.Shell.TableControl.IEntryBucket
override this.CreateBucketForEntry : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle -> Microsoft.VisualStudio.Shell.TableControl.IEntryBucket
Public Overridable Function CreateBucketForEntry (entry As ITableEntryHandle) As IEntryBucket
Parameters
- entry
- ITableEntryHandle
Entry for which to get the bucket.
Returns
The associated bucket. This can be null.
Implements
Remarks
The identity of a bucket is based on object.GetHashCode() and object.Equals() two entries that return different objects for their bucket will be grouped together as long as the two buckets are equivalent.
This method is unused at the moment.