This topic has not yet been rated - Rate this topic

DsSaveChanges Enumeration

This enumeration supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)

[GuidAttribute("99744EC4-7A72-11D2-ADC9-00C04F7971C3")] 
public enum DsSaveChanges
/** @attribute GuidAttribute("99744EC4-7A72-11D2-ADC9-00C04F7971C3") */ 
public enum DsSaveChanges
GuidAttribute("99744EC4-7A72-11D2-ADC9-00C04F7971C3") 
public enum DsSaveChanges
  Member name Description
dsSaveChangesNo  
dsSaveChangesPrompt  
dsSaveChangesYes  
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
This enumeration has been depricated
This enumeration has been deprecated. It was used to support using some Developer Studio macros within Visual Studio. While this enumeration will still work in the methods it was designed to work with, it is suggested that you use Visual Studio objects, methods, and properties rather than the backward compatible methods and properties.
Advertisement