New to Telerik UI for WPFStart a free 30-day trial

Class OverloadInfo.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.IntelliPrompt.Overloading

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

C#
public class OverloadInfo

Inheritance: objectOverloadInfo

Constructors

Initializes a new instance of the OverloadInfo class.

C#
public OverloadInfo(Span signature, Span description)
Parameters:signatureSpan

The signature.

descriptionSpan

The description.

Initializes a new instance of the OverloadInfo class.

C#
public OverloadInfo(Span signature)
Parameters:signatureSpan

The signature.

Initializes a new instance of the OverloadInfo class.

C#
public OverloadInfo(string signature, string description)
Parameters:signaturestring

The signature.

descriptionstring

The description.

Initializes a new instance of the OverloadInfo class.

C#
public OverloadInfo(string signature)
Parameters:signaturestring

The signature.

Properties

Gets the description.

C#
public Span Description { get; }
Property Value:

The description.

Gets the description UI element. TODO: Remove the need of this property.

C#
public UIElement DescriptionUIElement { get; }
Property Value:

The description UI element.

Gets the signature.

C#
public Span Signature { get; }
Property Value:

The signature.

Gets the signature UI element. TODO: Remove the need of this property.

C#
public UIElement SignatureUIElement { get; }
Property Value:

The signature UI element.