DkmClrType.FunctionPointerArgumentTypes Eigenschaft

Definition

Optionale Wenn der aktuelle Typ ein Funktionszeiger ist, gibt die Typen der Argumente an.

Diese API wurde in Visual Studio 14 Update 1 (dkmapiversion. VS14Update1) eingeführt.

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

Eigenschaftswert

ReadOnlyCollection<DkmClrType>

Gilt für