ISignature.Parameters Property

Definition

Gets the list of parameters that this signature knows about.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::Intellisense::IParameter ^> ^ Parameters { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::Intellisense::IParameter ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.Intellisense.IParameter> Parameters { get; }
member this.Parameters : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.Intellisense.IParameter>
Public ReadOnly Property Parameters As ReadOnlyCollection(Of IParameter)

Property Value

The list of parameters.

Remarks

Each parameter has information relating to its text position within the signature string.

Applies to