. Method
This is called to let the flavored config let go of any reference it may still be holding to the base config
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.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
private abstract Close : unit -> int
private override Close : unit -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: System..::..Int32
Implements
IVsProjectFlavorCfgClose()()()()
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace