DebuggerVisualizerAttribute.VisualizerObjectSourceTypeName 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 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.