Share via


BaseDocData.IPersistFileFormat.GetCurFile Method

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Private Function GetCurFile ( _
    <OutAttribute> ByRef ppszFilename As String, _
    <OutAttribute> ByRef pnFormatIndex As UInteger _
) As Integer Implements IPersistFileFormat.GetCurFile
'Usage
Dim instance As BaseDocData
Dim ppszFilename As String
Dim pnFormatIndex As UInteger
Dim returnValue As Integer

returnValue = CType(instance, IPersistFileFormat).GetCurFile(ppszFilename, _
    pnFormatIndex)
int IPersistFileFormat.GetCurFile(
    out string ppszFilename,
    out uint pnFormatIndex
)
private:
virtual int GetCurFile(
    [OutAttribute] String^% ppszFilename, 
    [OutAttribute] unsigned int% pnFormatIndex
) sealed = IPersistFileFormat::GetCurFile
JScript does not support explicit interface implementations.
private abstract GetCurFile : 
        ppszFilename:string * 
        pnFormatIndex:uint32 -> int 
private override GetCurFile : 
        ppszFilename:string * 
        pnFormatIndex:uint32 -> int 

Parameters

Return Value

Type: System.Int32

Implements

IPersistFileFormat.GetCurFile(String%, UInt32%)

.NET Framework Security

See Also

Reference

BaseDocData Class

BaseDocData Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace