DesignerAttribute.DesignerBaseTypeName Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : stringPublic ReadOnly Property DesignerBaseTypeName As StringProperty Value
The name of the base type of this designer.
- Attributes