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