다음을 통해 공유


SignatureHelp.ActiveParameter Property

Definition

The active parameter of the active signature. If omitted or the value lies outside the range of signatures[activeSignature].parameters defaults to 0 if the active signature has parameters. If the active signature has no parameters it is ignored. In future version of the protocol this property might become mandatory to better express the active parameter if the active signature does have any.

public uint ActiveParameter { get; set; }
member this.ActiveParameter : uint32 with get, set
Public Property ActiveParameter As UInteger

Property Value

Applies to