Condividi tramite


IDebugStackFrame157.GetPropertyProvider Method

Definition

public:
 int GetPropertyProvider(System::UInt32 dwFields, System::UInt32 nRadix, Guid % guidFilter, System::UInt32 dwTimeout, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IAsyncDebugPropertyInfoProvider ^ % ppPropertiesProvider);
public int GetPropertyProvider(uint dwFields, uint nRadix, ref Guid guidFilter, uint dwTimeout, out Microsoft.VisualStudio.Debugger.Interop.IAsyncDebugPropertyInfoProvider ppPropertiesProvider);
abstract member GetPropertyProvider : uint32 * uint32 * Guid * uint32 * IAsyncDebugPropertyInfoProvider -> int
Public Function GetPropertyProvider (dwFields As UInteger, nRadix As UInteger, ByRef guidFilter As Guid, dwTimeout As UInteger, ByRef ppPropertiesProvider As IAsyncDebugPropertyInfoProvider) As Integer

Parameters

dwFields
UInt32
nRadix
UInt32
guidFilter
Guid
dwTimeout
UInt32
ppPropertiesProvider
IAsyncDebugPropertyInfoProvider

Returns

Applies to