Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DebuggerVisualizerAttribute Constructor (String^)

 

Initializes a new instance of the DebuggerVisualizerAttribute class, specifying the type name of the visualizer.

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

public:
DebuggerVisualizerAttribute(
	String^ visualizerTypeName
)

Parameters

visualizerTypeName
Type: System::String^

The fully qualified type name of the visualizer.

The DebuggerVisualizerAttribute can be applied to assemblies, classes, and structures. For information on the use of this attribute, see How to: Write a Visualizer.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft