Share via


ITableColumnDefinition.CreateBucketForEntry(ITableEntryHandle) Method

Definition

Get the IEntryBucket associated this this column for this entry.

public:
 Microsoft::VisualStudio::Shell::TableControl::IEntryBucket ^ CreateBucketForEntry(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry);
public 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
Public 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.

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