TableColumnDefinitionBase.CreateBucketForUnknownEntry 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.
Create a bucket that is used when there is no data in the column that could be used to create a normal bucket.
public:
static Microsoft::VisualStudio::Shell::TableControl::IEntryBucket ^ CreateBucketForUnknownEntry(Microsoft::VisualStudio::Shell::TableControl::ITableColumnDefinition ^ columnDefinition);
public static Microsoft.VisualStudio.Shell.TableControl.IEntryBucket CreateBucketForUnknownEntry (Microsoft.VisualStudio.Shell.TableControl.ITableColumnDefinition columnDefinition);
static member CreateBucketForUnknownEntry : Microsoft.VisualStudio.Shell.TableControl.ITableColumnDefinition -> Microsoft.VisualStudio.Shell.TableControl.IEntryBucket
Public Shared Function CreateBucketForUnknownEntry (columnDefinition As ITableColumnDefinition) As IEntryBucket
Parameters
- columnDefinition
- ITableColumnDefinition
Returns
Remarks
The table control will always place unknown buckets last in a list of buckets.