TipElement(Object, String, Guid, UInt32, Object, Object) 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.
public TipElement (object? content, string? label, Guid commandGuid, uint commandId, object? commandArg = default, object? toolTip = default);
new Microsoft.VisualStudio.Language.Suggestions.TipElement : obj * string * Guid * uint32 * obj * obj -> Microsoft.VisualStudio.Language.Suggestions.TipElement
Public Sub New (content As Object, label As String, commandGuid As Guid, commandId As UInteger, Optional commandArg As Object = Nothing, Optional toolTip As Object = Nothing)
Parameters
- content
- Object
- label
- String
- commandGuid
- Guid
- commandId
- UInt32
- commandArg
- Object
- toolTip
- Object