IDatabaseProjectNode.Save Method

Saves the project file

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Function Save As Integer
'Usage
Dim instance As IDatabaseProjectNode
Dim returnValue As Integer

returnValue = instance.Save()
int Save()
int Save()
function Save() : int
abstract Save : unit -> int 

Return Value

Type: System.Int32
Returns an HRESULT.

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

IDatabaseProjectNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace