OverloadAttribute
OverloadAttribute
OverloadAttribute
OverloadAttribute
Class
Definition
Identifies the method as an overload in a language that supports overloading.
public : sealed class OverloadAttribute : Attributepublic sealed class OverloadAttribute : AttributePublic NotInheritable Class OverloadAttribute Inherits Attribute// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.FoundationContract (introduced v1)
|
Constructors
OverloadAttribute(String) OverloadAttribute(String) OverloadAttribute(String) OverloadAttribute(String)
Creates and initializes a new instance of the attribute.
public : OverloadAttribute(PlatForm::String method)public OverloadAttribute(String method)Public Sub New(method As String)// You can use this method in JavaScript.
Parameters
- method
- PlatForm::String String String String
The name that represents the method in the projected language.