IVsHasRelatedSaveItems Interface
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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'宣告
<InterfaceTypeAttribute()> _
<GuidAttribute("D82269C8-C3DB-4BD9-AF32-AB140BCFDAE3")> _
Public Interface IVsHasRelatedSaveItems
'用途
Dim instance As IVsHasRelatedSaveItems
[InterfaceTypeAttribute()]
[GuidAttribute("D82269C8-C3DB-4BD9-AF32-AB140BCFDAE3")]
public interface IVsHasRelatedSaveItems
[InterfaceTypeAttribute()]
[GuidAttribute(L"D82269C8-C3DB-4BD9-AF32-AB140BCFDAE3")]
public interface class IVsHasRelatedSaveItems
[<InterfaceTypeAttribute()>]
[<GuidAttribute("D82269C8-C3DB-4BD9-AF32-AB140BCFDAE3")>]
type IVsHasRelatedSaveItems = interface end
public interface IVsHasRelatedSaveItems