IDebugDocument.GetName(DOCUMENTNAMETYPE, String) 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 GetName(Microsoft::VisualStudio::Debugger::Interop::DOCUMENTNAMETYPE dnt, [Runtime::InteropServices::Out] System::String ^ % pbstrName);
public int GetName (Microsoft.VisualStudio.Debugger.Interop.DOCUMENTNAMETYPE dnt, out string pbstrName);
abstract member GetName : Microsoft.VisualStudio.Debugger.Interop.DOCUMENTNAMETYPE * string -> int
Public Function GetName (dnt As DOCUMENTNAMETYPE, ByRef pbstrName As String) As Integer
Parameters
- dnt
- DOCUMENTNAMETYPE
- pbstrName
- String