OverloadAttribute(String) Constructor

Definition

Creates and initializes a new instance of the attribute.

public:
 OverloadAttribute(Platform::String ^ method);
 OverloadAttribute(winrt::hstring const& method);
public OverloadAttribute(string method);
function OverloadAttribute(method)
Public Sub New (method As String)

Parameters

method
String

Platform::String

winrt::hstring

The name that represents the method in the projected language.

Applies to