Dela via


DeveloperMetadata.CustomAttributes Property

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

Returns the default attribute table for a developer-focused designer.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Developer (in Microsoft.Windows.Design.Developer.dll)

Syntax

'Declaration
Public Shared ReadOnly Property CustomAttributes As AttributeTable
'Usage
Dim value As AttributeTable 

value = DeveloperMetadata.CustomAttributes
public static AttributeTable CustomAttributes { get; }
public:
static property AttributeTable^ CustomAttributes {
    AttributeTable^ get ();
}
public static function get CustomAttributes () : AttributeTable

Property Value

Type: Microsoft.Windows.Design.Metadata.AttributeTable

.NET Framework Security

See Also

Reference

DeveloperMetadata Class

DeveloperMetadata Members

Microsoft.Windows.Design.Metadata Namespace

Other Resources

WPF Designer Extensibility

Metadata Store