Condividi tramite


ITableColumnDefinition.CreateBucketForEntry(ITableEntryHandle) Metodo

Definizione

Ottiene l'oggetto IEntryBucket associato a questa colonna per questa voce.

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

Parametri

entry
ITableEntryHandle

Voce per cui ottenere il bucket.

Restituisce

Bucket associato. Può essere Null.

Commenti

L'identità di un bucket si basa sull'oggetto . GetHashCode() e oggetto . Equals() due voci che restituiscono oggetti diversi per il bucket verranno raggruppati finché i due bucket sono equivalenti.

Questo metodo è attualmente inutilizzato.

Si applica a