IDebugDocument2.GetName 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.
Overloads
GetName(enum_GETNAME_TYPE, String)
public:
int GetName(Microsoft::VisualStudio::Debugger::Interop::enum_GETNAME_TYPE gnType, [Runtime::InteropServices::Out] System::String ^ % pbstrFileName);
public int GetName(Microsoft.VisualStudio.Debugger.Interop.enum_GETNAME_TYPE gnType, out string pbstrFileName);
abstract member GetName : Microsoft.VisualStudio.Debugger.Interop.enum_GETNAME_TYPE * string -> int
Public Function GetName (gnType As enum_GETNAME_TYPE, ByRef pbstrFileName As String) As Integer
Parameters
- gnType
- enum_GETNAME_TYPE
- pbstrFileName
- String
Returns
Applies to
GetName(UInt32, String)
public:
int GetName(System::UInt32 gnType, [Runtime::InteropServices::Out] System::String ^ % pbstrFileName);
public int GetName(uint gnType, out string pbstrFileName);
abstract member GetName : uint32 * string -> int
Public Function GetName (gnType As UInteger, ByRef pbstrFileName As String) As Integer
Parameters
- gnType
- UInt32
- pbstrFileName
- String