IVsHasRelatedSaveItems Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables the saving of additional items. Implemented by clients that want additional items to appear in the Save Changes dialog, or that want particular items saved at the same time as other items.
public interface class IVsHasRelatedSaveItems
public interface class IVsHasRelatedSaveItems
__interface IVsHasRelatedSaveItems
[System.Runtime.InteropServices.Guid("D82269C8-C3DB-4BD9-AF32-AB140BCFDAE3")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsHasRelatedSaveItems
[<System.Runtime.InteropServices.Guid("D82269C8-C3DB-4BD9-AF32-AB140BCFDAE3")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsHasRelatedSaveItems = interface
Public Interface IVsHasRelatedSaveItems
- Derived
- Attributes
Methods
GetRelatedSaveTreeItems(VSSAVETREEITEM, UInt32, VSSAVETREEITEM[], UInt32) |
Gets the number of related items to save, or returns a list of related items to save. |