ConstructorArgumentAttribute.ArgumentName 属性

定义

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

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

属性值

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

适用于