Share via


IRootStorage.SwitchToFile Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub SwitchToFile ( _
    pszFile As String _
)
void SwitchToFile(
    string pszFile
)
void SwitchToFile(
    [InAttribute] String^ pszFile
)
abstract SwitchToFile : 
        pszFile:string -> unit 
function SwitchToFile(
    pszFile : String
)

Parameters

.NET Framework Security

See Also

Reference

IRootStorage Interface

Microsoft.VisualStudio.OLE.Interop Namespace