DropDownMember Class
Represents a single entry in a combo box on a drop-down bar.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | DropDownMember(String, TextSpan, Int32, DROPDOWNFONTATTR) | Initializes a new instance of the DropDownMember class. |
| Name | Description | |
|---|---|---|
![]() | CompareTo(Object) | Compares this object to the specified object. |
![]() | CompareTo(Object, StringComparison) | Compares one CompareTo to another with the given string comparison. |
![]() | Equals(Object) | Determines whether this object equals the specified object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns a hash code value for this DropDownMember object.(Overrides Object.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(DropDownMember, DropDownMember) | Determines if two DropDownMember objects are equal. |
![]() ![]() | GreaterThan(DropDownMember, DropDownMember) | Determines whether the first DropDownMember is greater than the second DropDownMember. |
![]() ![]() | Inequality(DropDownMember, DropDownMember) | Determines if two DropDownMember objects are not equal. |
![]() ![]() | LessThan(DropDownMember, DropDownMember) | Determines whether the first DropDownMember object is less than the second DropDownMember object. |
This class is used by the TypeAndMemberDropdownBars class to represent entries on the combo boxes shown on an IVsDropdownBar object.
Notes to Implementers:
This class is self-contained and does not need to be derived from.
Notes to Callers:
This class is instantiated in your implementation of the OnSynchronizeDropdowns method in your derived version of the TypeAndMemberDropdownBars class. The base TypeAndMemberDropdownBars class contains two ArrayLists that hold DropDownMember classes, one for each entry to be shown in the combo boxes.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




