IDebugBinderDirect.GetAlias(Object, IDebugAlias) 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 GetAlias(System::Object ^ pCorValue, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugAlias ^ % ppAlias);
public int GetAlias(object pCorValue, out Microsoft.VisualStudio.Debugger.Interop.IDebugAlias ppAlias);
abstract member GetAlias : obj * IDebugAlias -> int
Public Function GetAlias (pCorValue As Object, ByRef ppAlias As IDebugAlias) As Integer
Parameters
- pCorValue
- Object
- ppAlias
- IDebugAlias