Share via


ReturnValueNameAttribute(String) コンストラクター

定義

ReturnValueNameAttribute クラスの新しいインスタンスを初期化して、戻り値の名前を指定します。

public:
 ReturnValueNameAttribute(System::String ^ name);
public ReturnValueNameAttribute (string name);
new System.Runtime.InteropServices.WindowsRuntime.ReturnValueNameAttribute : string -> System.Runtime.InteropServices.WindowsRuntime.ReturnValueNameAttribute
Public Sub New (name As String)

パラメーター

name
String

戻り値の名前。

適用対象