OverloadAttribute Klasse

Definition

Identifiziert die Methode als Überladung in einer Sprache, die überladen unterstützt.

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
Vererbung
OverloadAttribute
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (eingeführt in v1.0)

Konstruktoren

OverloadAttribute(String)

Erstellt und initialisiert eine neue instance des Attributs.

Gilt für:

Weitere Informationen