Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Closes the project configuration.
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.
Return Value
Type: System.Int32
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace