ISignature.Parameters 属性

定义

获取此签名知道的参数的列表。

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)

属性值

ReadOnlyCollection<IParameter>

参数的列表。

注解

每个参数都具有与其在签名字符串中的文本位置相关的信息。

适用于