IDkmClrValueInspectionCallback.GetEvalAttributes(DkmClrType) Methode

Definition

Ruft Attribute für den Typ ab, die beeinflussen, wie Variablen in den Debuggerfenstern angezeigt werden.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrEvalAttribute ^> ^ GetEvalAttributes(Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ clrType);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrEvalAttribute> GetEvalAttributes (Microsoft.VisualStudio.Debugger.Clr.DkmClrType clrType);
abstract member GetEvalAttributes : Microsoft.VisualStudio.Debugger.Clr.DkmClrType -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrEvalAttribute>
Public Function GetEvalAttributes (clrType As DkmClrType) As ReadOnlyCollection(Of DkmClrEvalAttribute)

Parameter

clrType
DkmClrType

In Stellt einen verwalteten Typ dar.

Gibt zurück

ReadOnlyCollection<DkmClrEvalAttribute>

Vorgenommen Eine Liste von Attributen, die auf diesen Typ oder seine Member angewendet werden.

Gilt für