IVsHasRelatedSaveItems 接口

定义

启用保存其他项。 由想要附加项显示在 "保存更改" 对话框中的客户端实现,或希望在同一时间与其他项一起保存的特定项。

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
派生
属性

方法

GetRelatedSaveTreeItems(VSSAVETREEITEM, UInt32, VSSAVETREEITEM[], UInt32)

获取要保存的相关项的数目,或返回要保存的相关项的列表。

适用于