DkmILExecuteFunction.ArgumentFlags Propriété

Définition

Indicateurs affectant des arguments à une évaluation de fonction. Il y aura un seul indicateur d’argument pour chaque argument.

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

Valeur de propriété

ReadOnlyCollection<DkmILFunctionEvaluationArgumentFlags>

Retourne ReadOnlyCollection<T>.

S’applique à