Share via


ISignature.Parameters Property

Gets the list of parameters that this signature knows about.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
ReadOnly Property Parameters As ReadOnlyCollection(Of IParameter)
ReadOnlyCollection<IParameter> Parameters { get; }
property ReadOnlyCollection<IParameter^>^ Parameters {
    ReadOnlyCollection<IParameter^>^ get ();
}
abstract Parameters : ReadOnlyCollection<IParameter>
function get Parameters () : ReadOnlyCollection<IParameter>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<IParameter>
The list of parameters.

Remarks

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

.NET Framework Security

See Also

Reference

ISignature Interface

Microsoft.VisualStudio.Language.Intellisense Namespace