InterpolatedStringHandlerArgumentAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
InterpolatedStringHandlerArgumentAttribute(String)
初始化 InterpolatedStringHandlerArgumentAttribute 类的新实例。
public:
InterpolatedStringHandlerArgumentAttribute(System::String ^ argument);
public InterpolatedStringHandlerArgumentAttribute (string argument);
new System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute : string -> System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute
Public Sub New (argument As String)
参数
- argument
- String
应传递给处理程序的参数的名称。
注解
空字符串可用作实例方法中接收方的名称。
适用于
InterpolatedStringHandlerArgumentAttribute(String[])
初始化 InterpolatedStringHandlerArgumentAttribute 类的新实例。
public:
InterpolatedStringHandlerArgumentAttribute(... cli::array <System::String ^> ^ arguments);
public InterpolatedStringHandlerArgumentAttribute (params string[] arguments);
new System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute : string[] -> System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute
Public Sub New (ParamArray arguments As String())
参数
- arguments
- String[]
应传递给处理程序的参数的名称。
注解
空字符串可用作实例方法中接收方的名称。