public class TransformationArgument
Public Class TransformationArgument
public ref class TransformationArgument
type TransformationArgument = class end
Content | This is used to get or set the argument's content for complex arguments |
DefaultContent | The default content if any was specified |
DefaultValue | The default value if one was specified |
Description | This read-only property returns a description of the argument |
IsForConceptualBuild | This read-only property returns whether or not the argument applies to conceptual builds |
IsForReferenceBuild | This read-only property returns whether or not the argument applies to reference builds |
Key | This read-only property returns the argument key |
Value | This is used to get or set the argument's value for simple arguments |
Clone | This is used to clone a transformation argument |
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) |
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) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
ToXml | This is used to convert the transformation argument to an XML element for storing in a help file builder project. |