ConstructorArgumentAttribute.ArgumentName 属性

定义

获取将初始化关联的属性的构造函数的 name 参数。

public:
 property System::String ^ ArgumentName { System::String ^ get(); };
public string ArgumentName { get; }
member this.ArgumentName : string
Public ReadOnly Property ArgumentName As String

属性值

构造函数的名称。 假定具有 CLR 支持,这对应于相关的构造函数参数的 Name

适用于