DkmSuccessEvaluationResult.CustomUIVisualizers Property

Definition

[Optional] A list of custom viewers for this object.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::DkmCustomUIVisualizerInfo ^> ^ CustomUIVisualizers { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::DkmCustomUIVisualizerInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.DkmCustomUIVisualizerInfo> CustomUIVisualizers { get; }
member this.CustomUIVisualizers : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.DkmCustomUIVisualizerInfo>
Public ReadOnly Property CustomUIVisualizers As ReadOnlyCollection(Of DkmCustomUIVisualizerInfo)

Property Value

Returns ReadOnlyCollection<T>.

Applies to