InterpolatedStringHandlerArgumentAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
InterpolatedStringHandlerArgumentAttribute(String) |
InterpolatedStringHandlerArgumentAttribute クラスの新しいインスタンスを初期化します。 |
InterpolatedStringHandlerArgumentAttribute(String[]) |
InterpolatedStringHandlerArgumentAttribute クラスの新しいインスタンスを初期化します。 |
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[]
ハンドラーに渡す必要がある引数の名前。
注釈
空の文字列は、インスタンス メソッドのレシーバーの名前として使用できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET