File: RegisterMetadata.cs
Web Access
Project: src\src\Controls\src\Core.Design\Controls.Core.Design.csproj (Microsoft.Maui.Controls.DesignTools)
using Microsoft.VisualStudio.DesignTools.Extensibility.Metadata;
 
namespace Microsoft.Maui.Controls.Design
{
	internal class RegisterMetadata : IProvideAttributeTable
	{
		public AttributeTable AttributeTable => new AttributeTableBuilder().CreateTable();
	}
}