IVSMDDesignerService::DesignViewAttribute Property
Visual Studio 2015
Gets the name of the metadata attribute we will use to determine if a class supports a design view.
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Property Value
Type: System::String^Compilers typically call this method to tell the project system whether a particular file can be shown in a designer. This is more efficient than attempting to create a designer and failing.
Show: