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

定義

属性の新しいインスタンスを作成して初期化します。

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

パラメーター

method
String

Platform::String

winrt::hstring

投影言語の メソッドを表す名前。

適用対象