DebuggerVisualizerAttribute::VisualizerObjectSourceTypeName Property

 

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

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

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

Property Value

Type: System::String^

The fully qualified type name of the visualizer object source.

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 2005 should inherit from the Visual Studio class VisualizerObjectSource class. For information on creating a visualizer, see How to: Write a Visualizer.

.NET Framework
Available since 2.0
Return to top
Show: