ISignature::Parameters Property
Visual Studio 2015
Gets the list of parameters that this signature knows about.
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.
Show: