Edit

Share via


DesignerAttribute.DesignerTypeName Property

Definition

Gets the name of the designer type associated with this designer attribute.

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

Property Value

The name of the designer type associated with this designer attribute.

Attributes

Applies to