DebuggerVisualizerAttribute.VisualizerObjectSourceTypeName Property

Definition

Gets the fully qualified type name of the visualizer object source.

public:
 property System::String ^ VisualizerObjectSourceTypeName { System::String ^ get(); };
public string? VisualizerObjectSourceTypeName { get; }
public string VisualizerObjectSourceTypeName { get; }
member this.VisualizerObjectSourceTypeName : string
Public ReadOnly Property VisualizerObjectSourceTypeName As String

Property Value

The fully qualified type name of the visualizer object source.

Remarks

If the visualizer object source was specified by its type, then the value returned is the AssemblyQualifiedName property of the visualizer object source type.

A visualizer object source created for Visual Studio should inherit from the Visual Studio class VisualizerObjectSource class. For information on creating a visualizer, see Create Custom Visualizers of Data.

Applies to