Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.