ExclusiveToAttribute
ExclusiveToAttribute
ExclusiveToAttribute
ExclusiveToAttribute
Class
Definition
Indicates that the specified type is exclusive to this type.
public : sealed class ExclusiveToAttribute : Attributepublic sealed class ExclusiveToAttribute : AttributePublic NotInheritable Class ExclusiveToAttribute 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
ExclusiveToAttribute(Type) ExclusiveToAttribute(Type) ExclusiveToAttribute(Type) ExclusiveToAttribute(Type)
Creates and initializes a new instance of the attribute.
public : ExclusiveToAttribute(PlatForm::Type typeName)public ExclusiveToAttribute(Type typeName)Public Sub New(typeName As Type)// You can use this method in JavaScript.
Parameters
- typeName
- PlatForm::Type Type Type Type
The name of the type.