ITransform2.Transform Method

Definition

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

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
results
Stream

Applies to