ISqlToolsHierNode.Save Method

Definition

public:
 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 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
Public Function Save (dwSave As VSSAVEFLAGS, strSilentSaveAsName As String, pIVsUIShell As IVsUIShell, punkDocDataIntPtr As IntPtr, ByRef strMkDocumentNew As String, ByRef pfCanceled As Integer) As Integer

Parameters

dwSave
VSSAVEFLAGS
strSilentSaveAsName
String
pIVsUIShell
IVsUIShell
punkDocDataIntPtr
IntPtr

nativeint

strMkDocumentNew
String
pfCanceled
Int32

Returns

Applies to