Partager via


XmlLicenseTransform.GetOutput Méthode

Définition

Retourne la sortie d'un objet XmlLicenseTransform.

Surcharges

GetOutput()

Retourne la sortie d'un objet XmlLicenseTransform.

GetOutput(Type)

Retourne la sortie d'un objet XmlLicenseTransform.

GetOutput()

Source:
XmlLicenseTransform.cs
Source:
XmlLicenseTransform.cs
Source:
XmlLicenseTransform.cs
Source:
XmlLicenseTransform.cs
Source:
XmlLicenseTransform.cs

Retourne la sortie d'un objet XmlLicenseTransform.

public:
 override System::Object ^ GetOutput();
public override object GetOutput ();
override this.GetOutput : unit -> obj
Public Overrides Function GetOutput () As Object

Retours

Sortie de l'objet XmlLicenseTransform.

Remarques

Le type de l’objet retourné doit être XmlDocument.

S’applique à

GetOutput(Type)

Source:
XmlLicenseTransform.cs
Source:
XmlLicenseTransform.cs
Source:
XmlLicenseTransform.cs
Source:
XmlLicenseTransform.cs
Source:
XmlLicenseTransform.cs

Retourne la sortie d'un objet XmlLicenseTransform.

public:
 override System::Object ^ GetOutput(Type ^ type);
public override object GetOutput (Type type);
override this.GetOutput : Type -> obj
Public Overrides Function GetOutput (type As Type) As Object

Paramètres

type
Type

Type de sortie à retourner. XmlDocument est le seul type valide pour ce paramètre.

Retours

Sortie de l'objet XmlLicenseTransform.

Exceptions

Le paramètre type n'est pas un objet XmlDocument.

S’applique à