Share via


IDebugDocument2.GetName Method

Definition

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

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

Returns

Applies to