Share via


TableColumnDefinitionBase.CreateBucketForEntry(ITableEntryHandle) Method

Definition

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.

Applies to