DkmSuccessEvaluationResult.CustomUIVisualizers 属性

定义

可有可无此对象的自定义查看器列表。

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)

属性值

ReadOnlyCollection<DkmCustomUIVisualizerInfo>

返回 ReadOnlyCollection<T>

适用于