ProtectedAttribute Classe

Definição

Indica que a interface contém métodos protegidos.

public ref class ProtectedAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.InterfaceImpl)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
class ProtectedAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.InterfaceImpl)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public sealed class ProtectedAttribute : Attribute
function ProtectedAttribute()
Public NotInheritable Class ProtectedAttribute
Inherits Attribute
Herança
ProtectedAttribute
Atributos

Requisitos do Windows

Família de dispositivos
Windows 10 (introduzida na 10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (introduzida na v1.0)

Construtores

ProtectedAttribute()

Cria e inicializa uma nova instância do atributo.

Aplica-se a

Confira também