Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the metadata attribute we will use to determine if a class supports a design view.
Namespace: Microsoft.VisualStudio.Designer.Interfaces
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property DesignViewAttribute As String
string DesignViewAttribute { get; }
property String^ DesignViewAttribute {
String^ get ();
}
abstract DesignViewAttribute : string
function get DesignViewAttribute () : String
Property Value
Type: System.String
Remarks
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.
.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.