OverloadAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.