IDebugStackFrame157.GetPropertyProvider Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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