SolutionClass.Close Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Public Overridable Sub Close ( _
    SaveFirst As Boolean _
)
public virtual void Close(
    bool SaveFirst
)
public:
virtual void Close(
    [InAttribute] bool SaveFirst
)
abstract Close : 
        SaveFirst:bool -> unit  
override Close : 
        SaveFirst:bool -> unit
public function Close(
    SaveFirst : boolean
)

Parameters

Implements

_Solution.Close(Boolean)

.NET Framework Security

See Also

Reference

SolutionClass Class

EnvDTE Namespace