XmlLicenseTransform.GetOutput 方法

定义

返回 XmlLicenseTransform 对象的输出。

重载

GetOutput()

返回 XmlLicenseTransform 对象的输出。

GetOutput(Type)

返回 XmlLicenseTransform 对象的输出。

GetOutput()

返回 XmlLicenseTransform 对象的输出。

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

返回

Object

XmlLicenseTransform 对象的输出。

注解

返回对象的类型必须是 XmlDocument

适用于

GetOutput(Type)

返回 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

参数

type
Type

要返回的输出的类型。 XmlDocument 是此参数的唯一有效类型。

返回

Object

XmlLicenseTransform 对象的输出。

例外

type 参数不是一个 XmlDocument 对象。

适用于