Share via


IDebugSymbolProvider.GetContainerField Method

Definition

public:
 int GetContainerField(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugContainerField ^ % ppContainerField);
public int GetContainerField(Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, out Microsoft.VisualStudio.Debugger.Interop.IDebugContainerField ppContainerField);
abstract member GetContainerField : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * IDebugContainerField -> int
Public Function GetContainerField (pAddress As IDebugAddress, ByRef ppContainerField As IDebugContainerField) As Integer

Parameters

pAddress
IDebugAddress
ppContainerField
IDebugContainerField

Returns

Applies to