Partager via


TipElement(Object, String, Guid, UInt32, Object, Object) Constructor

Definition

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

Applies to