DebuggerTypeProxyAttribute.TargetTypeName Propriété

Définition

Obtient ou définit le nom du type cible.

public:
 property System::String ^ TargetTypeName { System::String ^ get(); void set(System::String ^ value); };
public string TargetTypeName { get; set; }
public string? TargetTypeName { get; set; }
member this.TargetTypeName : string with get, set
Public Property TargetTypeName As String

Valeur de propriété

Nom du type cible.

Remarques

Utilisez cette propriété pour spécifier le nom du type cible lorsque l’attribut est utilisé au niveau de l’assembly.

S’applique à