UnknownEntryBucket(String, Object, StringComparer, Boolean) Constructor
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.
Constructor for an instance an instance of IEntryBucket that is displayed using a string.
public UnknownEntryBucket (string name, object tooltip = default, StringComparer comparer = default, bool expandedByDefault = true);
new Microsoft.VisualStudio.Shell.TableControl.UnknownEntryBucket : string * obj * StringComparer * bool -> Microsoft.VisualStudio.Shell.TableControl.UnknownEntryBucket
Public Sub New (name As String, Optional tooltip As Object = Nothing, Optional comparer As StringComparer = Nothing, Optional expandedByDefault As Boolean = true)
Parameters
- name
- String
Localized name used to display the group header.
- tooltip
- Object
ToolTip to be displayed over the group's header (can be null).
- comparer
- StringComparer
String comparison used to compare two different groups.
- expandedByDefault
- Boolean
Whether this bucket is initially expanded.