IVsPackage2 Interface

 

Makes properties of a VSPackage available.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("0130701B-B0BE-474B-B4B6-35BABB2008F1")]
public interface IVsPackage2

NameDescription
System_CAPS_pubmethodget_CanClose(Boolean)

Specifies whether a package can be closed.

Packages should implement this interface when they must block shutdown of the integrated development environment (IDE). Although packages should continue to implement QueryClose to handle manual shutdowns, this new property will be queried during a forced shutdown of the IDE, such as that which typically happens when critical updates are installed.

The implementation may not show any UI.

Return to top
Show: