XmlLicenseTransform.GetOutput Metoda
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Zwraca dane wyjściowe XmlLicenseTransform obiektu.
Przeciążenia
| Nazwa | Opis |
|---|---|
| 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
- Ź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
- Ź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 .