IVsHasRelatedSaveItems 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
启用保存其他项。 由想要附加项显示在 "保存更改" 对话框中的客户端实现,或希望在同一时间与其他项一起保存的特定项。
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) |
获取要保存的相关项的数目,或返回要保存的相关项的列表。 |