SignatureInformation.Parameters Свойство

Определение

Возвращает или задает параметры этой сигнатуры.

public:
 property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::ParameterInformation ^> ^ Parameters { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::ParameterInformation ^> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::ParameterInformation ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="parameters")]
public Microsoft.VisualStudio.LanguageServer.Protocol.ParameterInformation[] Parameters { get; set; }
[<System.Runtime.Serialization.DataMember(Name="parameters")>]
member this.Parameters : Microsoft.VisualStudio.LanguageServer.Protocol.ParameterInformation[] with get, set
Public Property Parameters As ParameterInformation()

Значение свойства

ParameterInformation[]
Атрибуты

Применяется к