Dela via


ImplicitKeyAttribute Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

An attribute to assign to a class if the class that should be used as an implicit key when it is added to a dictionary during serialization.

Namespace:  Microsoft.Windows.Design.Documents
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public NotInheritable Class ImplicitKeyAttribute _
    Inherits Attribute
'Usage
Dim instance As ImplicitKeyAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class ImplicitKeyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class ImplicitKeyAttribute sealed : public Attribute
public final class ImplicitKeyAttribute extends Attribute

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.Windows.Design.Documents.ImplicitKeyAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ImplicitKeyAttribute Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility