Edit

Share via


DesignerAttribute.DesignerBaseTypeName Property

Definition

Gets the name of the base type of this designer.

public:
 property System::String ^ DesignerBaseTypeName { System::String ^ get(); };
public string DesignerBaseTypeName { get; }
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)]
public string DesignerBaseTypeName { get; }
member this.DesignerBaseTypeName : string
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)>]
member this.DesignerBaseTypeName : string
Public ReadOnly Property DesignerBaseTypeName As String

Property Value

The name of the base type of this designer.

Attributes

Applies to