ProjectConfig.IVsProjectFlavorCfg.Close Method

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

Syntax

'Declaration
Private Function Close As Integer Implements IVsProjectFlavorCfg.Close
'Usage
Dim instance As ProjectConfig
Dim returnValue As Integer

returnValue = CType(instance, IVsProjectFlavorCfg).Close()
int IVsProjectFlavorCfg.Close()
private:
virtual int Close() sealed = IVsProjectFlavorCfg::Close
JScript does not support explicit interface implementations.
private abstract Close : unit -> int 
private override Close : unit -> int 

Return Value

Type: System.Int32

Implements

IVsProjectFlavorCfg.Close()

.NET Framework Security

See Also

Reference

ProjectConfig Class

ProjectConfig Members

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