InternalAttribute InternalAttribute InternalAttribute InternalAttribute Class

Definition

Indicates that a type or member should be marked in metadata as internal to the SDK or framework, and for consumption by system components only.

public : sealed class InternalAttribute : Attributepublic sealed class InternalAttribute : AttributePublic NotInheritable Class InternalAttribute 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

InternalAttribute() InternalAttribute() InternalAttribute() InternalAttribute()

Creates and initializes a new instance of the attribute.

public : InternalAttribute()public InternalAttribute()Public Sub New()// You can use this method in JavaScript.

See Also