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(); };[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)]
public string? VisualizerObjectSourceTypeName { get; }public string? VisualizerObjectSourceTypeName { get; }public string VisualizerObjectSourceTypeName { get; }[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)>]
member this.VisualizerObjectSourceTypeName : stringmember this.VisualizerObjectSourceTypeName : stringPublic ReadOnly Property VisualizerObjectSourceTypeName As StringProperty Value
The fully qualified type name of the visualizer object source.
- Attributes
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.