DocData.GetCurFile(String, UInt32) 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.
Returns the current file name.
public:
virtual int GetCurFile([Runtime::InteropServices::Out] System::String ^ % fileName, [Runtime::InteropServices::Out] System::UInt32 % formatIndex);
public int GetCurFile (out string fileName, out uint formatIndex);
abstract member GetCurFile : string * uint32 -> int
override this.GetCurFile : string * uint32 -> int
Public Function GetCurFile (ByRef fileName As String, ByRef formatIndex As UInteger) As Integer
Parameters
- fileName
- String
Name of the current file.
- formatIndex
- UInt32
Format index. Not used.