Share via


VisualizerTargetData.TargetTypeFullName Property

Definition

Gets the FullName of the target type of the debugger visualizer.

This is always one of the types for which the debugger visualizer declares support: it may not be the actual type of the object to be visualized but one of its base types or implemented interfaces.

[System.Runtime.Serialization.DataMember(Order=0)]
public string TargetTypeFullName { get; }
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.TargetTypeFullName : string
Public ReadOnly Property TargetTypeFullName As String

Property Value

Attributes

Applies to