ReturnValueNameAttribute(String) Constructor

Definition

Initializes a new instance of the ReturnValueNameAttribute class, and specifies the name of the return value.

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)

Parameters

name
String

The name of the return value.

Applies to