UnknownEntryBucket Class

Definition

Important

This API is not CLS-compliant.

A special type of bucket entry used when the value is unknown.

public ref class UnknownEntryBucket : Microsoft::VisualStudio::Shell::TableControl::StringEntryBucket
[Windows::Foundation::Metadata::WebHostHidden]
class UnknownEntryBucket : Microsoft::VisualStudio::Shell::TableControl::StringEntryBucket
[System.CLSCompliant(false)]
public class UnknownEntryBucket : Microsoft.VisualStudio.Shell.TableControl.StringEntryBucket
public class UnknownEntryBucket : Microsoft.VisualStudio.Shell.TableControl.StringEntryBucket
[<System.CLSCompliant(false)>]
type UnknownEntryBucket = class
    inherit StringEntryBucket
type UnknownEntryBucket = class
    inherit StringEntryBucket
Public Class UnknownEntryBucket
Inherits StringEntryBucket
Inheritance
UnknownEntryBucket
Attributes

Remarks

Buckets of this class (or derived from this class) will always be placed at the last entry in a list of buckets.

Constructors

UnknownEntryBucket(String, Object, StringComparer, Boolean)

Constructor for an instance an instance of IEntryBucket that is displayed using a string.

Fields

Comparer

String comparison used to compare two different buckets.

(Inherited from StringEntryBucket)
Name

Name of the bucket.

(Inherited from StringEntryBucket)
ToolTip

ToolTip of the bucket (can be null).

(Inherited from StringEntryBucket)

Properties

IsExpandedByDefault

Should this group be expanded by default?.

(Inherited from StringEntryBucket)
PersistExpansionState

Should the expansion state of this group persist from session to session.

(Inherited from StringEntryBucket)

Methods

CompareTo(IEntryBucket)

Compare this to another object IComparable<T>.

(Inherited from StringEntryBucket)
Equals(Object)

Compare this to another object IEquatable<T>.

(Inherited from StringEntryBucket)
GetHashCode()

Gets the hash code.

(Inherited from StringEntryBucket)
TryCreateColumnContent(FrameworkElement)

Get the FrameworkElement used to display the group.

(Inherited from StringEntryBucket)
TryCreateImageContent(ImageMoniker)

Get the ImageMoniker used to display the group.

(Inherited from StringEntryBucket)
TryCreateStringContent(String)

Get the String used to display the group.

(Inherited from StringEntryBucket)
TryCreateToolTip(Object)

Get the tool tip for this group.

(Inherited from StringEntryBucket)

Applies to