OverridableAttribute Class

Definition

Indicates that the interface contains overridable methods.

public ref class OverridableAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.InterfaceImpl)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
class OverridableAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.InterfaceImpl)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public sealed class OverridableAttribute : Attribute
function OverridableAttribute()
Public NotInheritable Class OverridableAttribute
Inherits Attribute
Inheritance
OverridableAttribute
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (introduced in v1.0)

Constructors

OverridableAttribute()

Creates and initializes a new instance of the attribute.

Applies to

See also