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)

property ReadOnlyCollection<IParameter^>^ Parameters {
	ReadOnlyCollection<IParameter^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<IParameter^>^

The list of parameters.

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

Return to top
Show: