Share via


IDebugBinder3.GetAllAliases(UInt32, IDebugAlias[], UInt32) Method

Definition

public:
 int GetAllAliases(System::UInt32 uRequest, cli::array <Microsoft::VisualStudio::Debugger::Interop::IDebugAlias ^> ^ ppAliases, [Runtime::InteropServices::Out] System::UInt32 % puFetched);
public int GetAllAliases(uint uRequest, Microsoft.VisualStudio.Debugger.Interop.IDebugAlias[] ppAliases, out uint puFetched);
abstract member GetAllAliases : uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugAlias[] * uint32 -> int
Public Function GetAllAliases (uRequest As UInteger, ppAliases As IDebugAlias(), ByRef puFetched As UInteger) As Integer

Parameters

uRequest
UInt32
ppAliases
IDebugAlias[]
puFetched
UInt32

Returns

Applies to