ModelingEditorFactory.OnBeforeCloseProject Method

Notifies listening clients that the project is about to be closed.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public Function OnBeforeCloseProject ( _
    pHierarchy As IVsHierarchy, _
    fRemoved As Integer _
) As Integer
'Usage
Dim instance As ModelingEditorFactory 
Dim pHierarchy As IVsHierarchy 
Dim fRemoved As Integer 
Dim returnValue As Integer 

returnValue = instance.OnBeforeCloseProject(pHierarchy, _
    fRemoved)
public int OnBeforeCloseProject(
    IVsHierarchy pHierarchy,
    int fRemoved
)
public:
virtual int OnBeforeCloseProject(
    IVsHierarchy^ pHierarchy, 
    int fRemoved
) sealed
public final function OnBeforeCloseProject(
    pHierarchy : IVsHierarchy, 
    fRemoved : int
) : int

Parameters

  • fRemoved
    Type: System.Int32

    true to notify clients that the project was removed from the modeling editor before the modeling editor was closed; otherwise, false.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsSolutionEvents.OnBeforeCloseProject(IVsHierarchy, Int32)

Remarks

This class cannot be inherited.

.NET Framework Security

See Also

Reference

ModelingEditorFactory Class

ModelingEditorFactory Members

Microsoft.VisualStudio.Modeling.Shell Namespace

IVsEditorFactory