StringEntryBucket Class

Visual Studio 2015
 

A helper class that implements IEntryBucket for groups that are displayed using a string.

Namespace:   Microsoft.VisualStudio.Shell.TableControl
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System::Object
  Microsoft.VisualStudio.Shell.TableControl::StringEntryBucket

[CLSCompliantAttribute(false)]
public ref class StringEntryBucket : IEntryBucket, IComparable<IEntryBucket^>

NameDescription
System_CAPS_pubmethodStringEntryBucket(String^, Object^)

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

System_CAPS_pubmethodStringEntryBucket(String^, Object^, StringComparer^)

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

NameDescription
System_CAPS_pubpropertyIsExpandedByDefault

Should this group be expanded by default?

System_CAPS_pubpropertyPersistExpansionState

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

NameDescription
System_CAPS_pubmethodCompareTo(IEntryBucket^)

Compare this to another object IComparable{T}.

System_CAPS_pubmethodEquals(Object^)

Compare this to another object IEquatable{T}.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Gets the hash code.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryCreateColumnContent(FrameworkElement^)

Get the FrameworkElement used to display the group.

System_CAPS_pubmethodTryCreateImageContent(ImageMoniker)

Get the ImageMoniker used to display the group.

System_CAPS_pubmethodTryCreateStringContent(String^)

Get the string used to display the group.

System_CAPS_pubmethodTryCreateToolTip(Object^)

Get the tool tip for this group.

NameDescription
System_CAPS_pubfieldComparer

String comparison used to compare two different buckets.

System_CAPS_pubfieldName

The name of the bucket.

System_CAPS_pubfieldToolTip

ToolTip of the bucket (can be null).

Two different instances of a EntryBucket that have the same name will be considered equivalent.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: