Metoda WindowPane.IVsWindowPane.SaveViewState —
Uwaga: ten interfejs API jest już przestarzały.
Zapisuje stan widoku załadowany.Nieaktualne.
Przestrzeń nazw: Microsoft.VisualStudio.Shell
Zestaw: Microsoft.VisualStudio.Shell.11.0 (w Microsoft.VisualStudio.Shell.11.0.dll)
Składnia
'Deklaracja
<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")> _
Private Function SaveViewState ( _
pStream As IStream _
) As Integer Implements IVsWindowPane.SaveViewState
[ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
int IVsWindowPane.SaveViewState(
IStream pStream
)
Parametry
- pStream
Typ: Microsoft.VisualStudio.OLE.Interop.IStream
IStream Do której ma być zapisany stan widoku.
Wartość zwracana
Typ: System.Int32
E_NOTIMPL .
Implementuje
IVsWindowPane.SaveViewState(IStream)
Uwagi
[T:Microsoft.VisualStudio.Shell.Interop.][IVsWindowPane] Interfejsu dla tej klasy jest przestarzała.Skorzystaj z [T:Microsoft.VisualStudio.Shell.Interop.][IVsUIElementPane] zamiast.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..