XmlLicenseTransform.GetOutput Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca dane wyjściowe XmlLicenseTransform obiektu.
Przeciążenia
GetOutput() |
Zwraca dane wyjściowe XmlLicenseTransform obiektu. |
GetOutput(Type) |
Zwraca dane wyjściowe XmlLicenseTransform obiektu. |
GetOutput()
- Źródło:
- XmlLicenseTransform.cs
- Źródło:
- XmlLicenseTransform.cs
- Źródło:
- XmlLicenseTransform.cs
- Źródło:
- XmlLicenseTransform.cs
- Źródło:
- XmlLicenseTransform.cs
Zwraca dane wyjściowe XmlLicenseTransform obiektu.
public:
override System::Object ^ GetOutput();
public override object GetOutput ();
override this.GetOutput : unit -> obj
Public Overrides Function GetOutput () As Object
Zwraca
Dane wyjściowe XmlLicenseTransform obiektu.
Uwagi
Typ zwracanego obiektu musi mieć wartość XmlDocument.
Dotyczy
GetOutput(Type)
- Źródło:
- XmlLicenseTransform.cs
- Źródło:
- XmlLicenseTransform.cs
- Źródło:
- XmlLicenseTransform.cs
- Źródło:
- XmlLicenseTransform.cs
- Źródło:
- XmlLicenseTransform.cs
Zwraca dane wyjściowe XmlLicenseTransform obiektu.
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 danych wyjściowych do zwrócenia. XmlDocument jest jedynym prawidłowym typem dla tego parametru.
Zwraca
Dane wyjściowe XmlLicenseTransform obiektu.
Wyjątki
Parametr type
nie jest obiektem XmlDocument .