HierarchyNode.Save Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
virtual int Save(Microsoft::VisualStudio::Shell::Interop::VSSAVEFLAGS dwSave, System::String ^ strSilentSaveAsName, Microsoft::VisualStudio::Shell::Interop::IVsUIShell ^ pIVsUIShell, IntPtr punkDocDataIntPtr, [Runtime::InteropServices::Out] System::String ^ % strMkDocumentNew, [Runtime::InteropServices::Out] int % pfCanceled);
public virtual int Save (Microsoft.VisualStudio.Shell.Interop.VSSAVEFLAGS dwSave, string strSilentSaveAsName, Microsoft.VisualStudio.Shell.Interop.IVsUIShell pIVsUIShell, IntPtr punkDocDataIntPtr, out string strMkDocumentNew, out int pfCanceled);
abstract member Save : Microsoft.VisualStudio.Shell.Interop.VSSAVEFLAGS * string * Microsoft.VisualStudio.Shell.Interop.IVsUIShell * nativeint * string * int -> int
override this.Save : Microsoft.VisualStudio.Shell.Interop.VSSAVEFLAGS * string * Microsoft.VisualStudio.Shell.Interop.IVsUIShell * nativeint * string * int -> int
Public Overridable Function Save (dwSave As VSSAVEFLAGS, strSilentSaveAsName As String, pIVsUIShell As IVsUIShell, punkDocDataIntPtr As IntPtr, ByRef strMkDocumentNew As String, ByRef pfCanceled As Integer) As Integer
Parámetros
- dwSave
- VSSAVEFLAGS
- strSilentSaveAsName
- String
- pIVsUIShell
- IVsUIShell
- punkDocDataIntPtr
-
IntPtr
nativeint
- strMkDocumentNew
- String
- pfCanceled
- Int32