TransformFactory.GetTransform(String) 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.
Gets a XML transform that modifies a XmlTokenStream.
public virtual Microsoft.IdentityModel.Xml.Transform GetTransform (string transform);
abstract member GetTransform : string -> Microsoft.IdentityModel.Xml.Transform
override this.GetTransform : string -> Microsoft.IdentityModel.Xml.Transform
Public Overridable Function GetTransform (transform As String) As Transform
Parameters
- transform
- String
the name of the transform.