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
'Dichiarazione
ReadOnly Property Parameters As ReadOnlyCollection(Of IParameter)
Get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.