Compartilhar via


ITableColumnDefinition.CreateBucketForEntry(ITableEntryHandle) Método

Definição

Obtenha o IEntryBucket associado a esta coluna para esta entrada.

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

Parâmetros

entry
ITableEntryHandle

Entrada para a qual obter o bucket.

Retornos

O bucket associado. Pode ser null.

Comentários

A identidade de um bucket é baseada no objeto . GetHashCode() e object. Equals() duas entradas que retornam objetos diferentes para o bucket serão agrupadas, desde que os dois buckets sejam equivalentes.

Esse método não é usado no momento.

Aplica-se a