CallerArgumentExpressionAttribute.ParameterName 属性

定义

获取其表达式应捕获为字符串的参数的名称。

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

属性值

应捕获其表达式的参数的名称。

适用于

另请参阅