ISignature.Parameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of parameters that this signature knows about.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::Intellisense::IParameter ^> ^ Parameters { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::Intellisense::IParameter ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.Intellisense.IParameter> Parameters { get; }
member this.Parameters : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.Intellisense.IParameter>
Public ReadOnly Property Parameters As ReadOnlyCollection(Of IParameter)
Property Value
The list of parameters.
Remarks
Each parameter has information relating to its text position within the signature string.