BuildActionConverter Members

Converts BuildAction values to and from enumeration types and strings.

The BuildActionConverter type exposes the following members.

Constructors

  Name Description
Public method BuildActionConverter Initializes a new instance of BuildActionConverter.

Top

Methods

  Name Description
Public method CanConvertFrom Overloaded.
Public method CanConvertTo Overloaded.
Public method ConvertFrom Overloaded.
Public method ConvertFromInvariantString Overloaded.
Public method ConvertFromString Overloaded.
Public method ConvertTo Overloaded.
Public method ConvertToInvariantString Overloaded.
Public method ConvertToString Overloaded.
Public method CreateInstance Overloaded.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetConvertFromException Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.)
Protected method GetConvertToException Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.)
Public method GetCreateInstanceSupported Overloaded.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetProperties Overloaded.
Public method GetPropertiesSupported Overloaded.
Public method GetStandardValues Overloaded.
Public method GetStandardValuesExclusive Overloaded.
Public method GetStandardValuesSupported Overloaded.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsValid Overloaded.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method SortProperties Sorts a collection of properties. (Inherited from TypeConverter.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Protected property Comparer Gets an IComparer that can be used to sort the values of the enumeration. (Inherited from EnumConverter.)
Protected property EnumType Specifies the type of the enumerator this converter is associated with. (Inherited from EnumConverter.)
Protected property Values Gets or sets a TypeConverter.StandardValuesCollection that specifies the possible values for the enumeration. (Inherited from EnumConverter.)

Top

See Also

Reference

BuildActionConverter Class

Microsoft.VisualStudio.Package Namespace