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
- ppszFilename
Type: System.String%
- pnFormatIndex
Type: System.UInt32%
Return Value
Type: System.Int32
Implements
IPersistFileFormat.GetCurFile(String%, UInt32%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace