Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OverloadAttribute Class
Definition
- Namespace:
- Windows.Foundation.Metadata
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.
Identifies the method as an overload in a language that supports overloading.
public ref class OverloadAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Method)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
class OverloadAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Method)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public sealed class OverloadAttribute : Attribute
function OverloadAttribute(method)
Public NotInheritable Class OverloadAttribute
Inherits Attribute
- Inheritance
-
OverloadAttribute
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 10 (introduced in 10.0.10240.0)
|
| API contract |
Windows.Foundation.FoundationContract (introduced in v1.0)
|
Constructors
| Name | Description |
|---|---|
| OverloadAttribute(String) |
Creates and initializes a new instance of the attribute. |
Applies to
See also
Feedback
Was this page helpful?
