SignatureHelp.ActiveParameter Property
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.
Gets or sets the active parameter. If the value is omitted or falls outside the range of Signatures[ActiveSignature].Parameters it defaults to zero.
public:
property int ActiveParameter { int get(); void set(int value); };
public:
property Nullable<int> ActiveParameter { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember(Name="activeParameter")]
public int ActiveParameter { get; set; }
[System.Runtime.Serialization.DataMember(Name="activeParameter")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public int? ActiveParameter { get; set; }
[<System.Runtime.Serialization.DataMember(Name="activeParameter")>]
member this.ActiveParameter : int with get, set
[<System.Runtime.Serialization.DataMember(Name="activeParameter")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.ActiveParameter : Nullable<int> with get, set
Public Property ActiveParameter As Integer
Public Property ActiveParameter As Nullable(Of Integer)
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute