Share via


CallInfo.ArgumentNames 属性

定义

参数名称。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ ArgumentNames { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> ArgumentNames { get; }
member this.ArgumentNames : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property ArgumentNames As ReadOnlyCollection(Of String)

属性值

参数名称的只读集合。

适用于