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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Metadata Namespace