VisualizerTargetType Class
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.
The Type that a debugger visualizer will target and the corresponding display name for the visualizer.
public sealed class VisualizerTargetType : IEquatable<Microsoft.VisualStudio.Extensibility.DebuggerVisualizers.VisualizerTargetType>
type VisualizerTargetType = class
interface IEquatable<VisualizerTargetType>
Public NotInheritable Class VisualizerTargetType
Implements IEquatable(Of VisualizerTargetType)
- Inheritance
-
VisualizerTargetType
- Implements
Constructors
VisualizerTargetType(String, String) |
Initializes a new instance of the VisualizerTargetType class. |
VisualizerTargetType(String, Type) |
Initializes a new instance of the VisualizerTargetType class. |
Properties
TargetType |
Gets the AssemblyQualifiedName of the type that is supported by this debugger visualizer. |
VisualizerDisplayName |
Gets display name of the debugger visualizer. |
Methods
<Clone>$() | |
Equals(Object) | |
Equals(VisualizerTargetType) | |
GetHashCode() | |
ToString() |
Operators
Equality(VisualizerTargetType, VisualizerTargetType) | |
Inequality(VisualizerTargetType, VisualizerTargetType) |