VisualizerTarget.TargetTypeFullName 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 FullName of the target type of the debugger visualizer.
This is always one of the types for which the debugger visualizer provider declares support: it may not be the actual type of the target object but one of its base types or implemented interfaces.
public string TargetTypeFullName { get; }
member this.TargetTypeFullName : string
Public ReadOnly Property TargetTypeFullName As String