XsltArgumentList Methods
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | AddExtensionObject(String^, Object^) | Adds a new object to the XsltArgumentList and associates it with the namespace URI. |
![]() | AddParam(String^, String^, Object^) | Adds a parameter to the XsltArgumentList and associates it with the namespace qualified name. |
![]() | Clear() | Removes all parameters and extension objects from the XsltArgumentList. |
![]() | Equals(Object^) | 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.) |
![]() | GetExtensionObject(String^) | Gets the object associated with the given namespace. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetParam(String^, String^) | Gets the parameter associated with the namespace qualified name. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | RemoveExtensionObject(String^) | Removes the object with the namespace URI from the XsltArgumentList. |
![]() | RemoveParam(String^, String^) | Removes the parameter from the XsltArgumentList. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

