XmlLicenseTransform.GetOutput Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vrátí výstup objektu XmlLicenseTransform .
Přetížení
GetOutput() |
Vrátí výstup objektu XmlLicenseTransform . |
GetOutput(Type) |
Vrátí výstup objektu XmlLicenseTransform . |
GetOutput()
- Zdroj:
- XmlLicenseTransform.cs
- Zdroj:
- XmlLicenseTransform.cs
- Zdroj:
- XmlLicenseTransform.cs
- Zdroj:
- XmlLicenseTransform.cs
- Zdroj:
- XmlLicenseTransform.cs
Vrátí výstup objektu XmlLicenseTransform .
public:
override System::Object ^ GetOutput();
public override object GetOutput ();
override this.GetOutput : unit -> obj
Public Overrides Function GetOutput () As Object
Návraty
Výstup objektu XmlLicenseTransform .
Poznámky
Typ vráceného objektu musí být XmlDocument.
Platí pro
GetOutput(Type)
- Zdroj:
- XmlLicenseTransform.cs
- Zdroj:
- XmlLicenseTransform.cs
- Zdroj:
- XmlLicenseTransform.cs
- Zdroj:
- XmlLicenseTransform.cs
- Zdroj:
- XmlLicenseTransform.cs
Vrátí výstup objektu 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
Parametry
- type
- Type
Typ výstupu, který se má vrátit. XmlDocument je jediným platným typem pro tento parametr.
Návraty
Výstup objektu XmlLicenseTransform .
Výjimky
Parametr type
není XmlDocument objekt.