public class VersionSettings : INotifyPropertyChanged
Public Class VersionSettings
Implements INotifyPropertyChanged
public ref class VersionSettings : INotifyPropertyChanged
type VersionSettings =
class
interface INotifyPropertyChanged
end
VersionSettings | Constructor |
ErrorMessage | This read-only property returns an error message describing any issues with the settings |
FrameworkLabel | This is used to get or set the framework label for the related project. |
HelpFileProject | This is used to get or set the path to the help file builder project used to generate version information. |
UniqueId | This read-only property returns a unique ID for the item |
Version | This is used to get or set the version number description for the related project |
VersionInfoDescription | This read-only property returns a description of the settings |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
FromXml | Create a version settings instance from an XML element containing the settings |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
OnPropertyChanged | This raises the PropertyChanged event |
ToString | Returns a string that represents the current object. (Inherited from Object) |
ToXml | Store the version settings in an XML element |
PropertyChanged | The property changed event |