ITransform2.Transform Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Transform(KnownLengthXmlReader, IDictionary<XmlQualifiedName,Object>, Stream) | |
| Transform(Stream, IDictionary<XmlQualifiedName,Object>, Stream) |
Transform(KnownLengthXmlReader, IDictionary<XmlQualifiedName,Object>, Stream)
public:
virtual void Transform(Microsoft::XLANGs::BaseTypes::KnownLengthXmlReader ^ input, System::Collections::Generic::IDictionary<System::Xml::XmlQualifiedName ^, System::Object ^> ^ xsltArguments, System::IO::Stream ^ results);
public virtual void Transform (Microsoft.XLANGs.BaseTypes.KnownLengthXmlReader input, System.Collections.Generic.IDictionary<System.Xml.XmlQualifiedName,object> xsltArguments, System.IO.Stream results);
abstract member Transform : Microsoft.XLANGs.BaseTypes.KnownLengthXmlReader * System.Collections.Generic.IDictionary<System.Xml.XmlQualifiedName, obj> * System.IO.Stream -> unit
override this.Transform : Microsoft.XLANGs.BaseTypes.KnownLengthXmlReader * System.Collections.Generic.IDictionary<System.Xml.XmlQualifiedName, obj> * System.IO.Stream -> unit
Public Overridable Sub Transform (input As KnownLengthXmlReader, xsltArguments As IDictionary(Of XmlQualifiedName, Object), results As Stream)
Parameters
- input
- KnownLengthXmlReader
- xsltArguments
- IDictionary<XmlQualifiedName,Object>
- results
- Stream
Applies to
Transform(Stream, IDictionary<XmlQualifiedName,Object>, Stream)
public:
abstract void Transform(System::IO::Stream ^ input, System::Collections::Generic::IDictionary<System::Xml::XmlQualifiedName ^, System::Object ^> ^ xsltArguments, System::IO::Stream ^ results);
public abstract void Transform (System.IO.Stream input, System.Collections.Generic.IDictionary<System.Xml.XmlQualifiedName,object> xsltArguments, System.IO.Stream results);
abstract member Transform : System.IO.Stream * System.Collections.Generic.IDictionary<System.Xml.XmlQualifiedName, obj> * System.IO.Stream -> unit
Public MustOverride Sub Transform (input As Stream, xsltArguments As IDictionary(Of XmlQualifiedName, Object), results As Stream)
Parameters
- input
- Stream
- xsltArguments
- IDictionary<XmlQualifiedName,Object>
- results
- Stream