Método IVsUIShellDocumentWindowMgr.SaveDocumentWindowPositions (UInt32, IStream)
Salva as posições de janela e guidEditorType/pszPhysicalView para cada janela de documento aberto em um fluxo.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int SaveDocumentWindowPositions(
uint dwReserved,
IStream pStream
)
int SaveDocumentWindowPositions(
unsigned int dwReserved,
IStream^ pStream
)
abstract SaveDocumentWindowPositions :
dwReserved:uint32 *
pStream:IStream -> int
Function SaveDocumentWindowPositions (
dwReserved As UInteger,
pStream As IStream
) As Integer
Parâmetros
- dwReserved
[in] Reservado para uso futuro.
- pStream
[in] Um ponteiro para um objeto do tipo IStream.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsUIShellDocumentWindowMgr::SaveDocumentWindowPositions(
[in] DWORD dwReserved,
[in] IStream * pStream
);
Consulte também
Interface IVsUIShellDocumentWindowMgr
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo