IDebugDocumentPosition2.GetFileName(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 GetFileName([Runtime::InteropServices::Out] System::String ^ % pbstrFileName);
public int GetFileName(out string pbstrFileName);
abstract member GetFileName : string -> int
Public Function GetFileName (ByRef pbstrFileName As String) As Integer
Parameters
- pbstrFileName
- String