StringEntryBucket Constructors
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.
Overloads
StringEntryBucket(String, Object) | |
StringEntryBucket(String, Object, StringComparer) | |
StringEntryBucket(String, Object, StringComparer, Boolean) |
Constructor for an instance an instance of IEntryBucket that is displayed using a string. |
StringEntryBucket(String, Object)
public StringEntryBucket (string name, object tooltip = default);
new Microsoft.VisualStudio.Shell.TableControl.StringEntryBucket : string * obj -> Microsoft.VisualStudio.Shell.TableControl.StringEntryBucket
Public Sub New (name As String, Optional tooltip As Object = Nothing)
Parameters
- name
- String
- tooltip
- Object
Applies to
StringEntryBucket(String, Object, StringComparer)
public:
StringEntryBucket(System::String ^ name, System::Object ^ tooltip, StringComparer ^ comparer);
public StringEntryBucket (string name, object tooltip, StringComparer comparer);
new Microsoft.VisualStudio.Shell.TableControl.StringEntryBucket : string * obj * StringComparer -> Microsoft.VisualStudio.Shell.TableControl.StringEntryBucket
Public Sub New (name As String, tooltip As Object, comparer As StringComparer)
Parameters
- name
- String
- tooltip
- Object
- comparer
- StringComparer
Applies to
StringEntryBucket(String, Object, StringComparer, Boolean)
Constructor for an instance an instance of IEntryBucket that is displayed using a string.
public StringEntryBucket (string name, object tooltip = default, StringComparer comparer = default, bool expandedByDefault = true);
new Microsoft.VisualStudio.Shell.TableControl.StringEntryBucket : string * obj * StringComparer * bool -> Microsoft.VisualStudio.Shell.TableControl.StringEntryBucket
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.