Metoda IVsSolution.OpenSolutionFile — (UInt32, String)
Otwiera plik rozwiązania typu .sln, .dsw lub .vbg.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int OpenSolutionFile(
uint grfOpenOpts,
string pszFilename
)
int OpenSolutionFile(
unsigned int grfOpenOpts,
String^ pszFilename
)
abstract OpenSolutionFile :
grfOpenOpts:uint32 *
pszFilename:string -> int
Function OpenSolutionFile (
grfOpenOpts As UInteger,
pszFilename As String
) As Integer
Parametry
grfOpenOpts
Type: System.UInt32[in] Opcje otwierania pliku rozwiązania. Aby uzyskać listę grfOpenOpts wartości, zobacz __VSSLNOPENOPTIONS.
pszFilename
Type: System.String[in] Wskaźnik do nazwy pliku rozwiązania, aby otworzyć.
Wartość zwracana
Type: System.Int32
Jeśli metoda zakończy się pomyślnie, zwraca S_OK. Jeśli nie, zwraca kod błędu.
Uwagi
Podpis COM
Z vsshell.idl:
HRESULT IVsSolution::OpenSolutionFile(
[in] VSSLNOPENOPTIONS grfOpenOpts,
[in] LPCOLESTR pszFilename
);
Zobacz też
Interfejs IVsSolution
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku