DebuggerVisualizerAttribute::VisualizerTypeName Property

 

Gets the fully qualified type name of the visualizer.

Namespace:   System.Diagnostics
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ VisualizerTypeName {
	String^ get();
}

Property Value

Type: System::String^

The fully qualified visualizer type name.

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

For information on creating a visualizer, see How to: Write a Visualizer.

.NET Framework
Available since 2.0
Return to top
Show: