次の方法で共有


XmlLicenseTransform.GetOutput メソッド

定義

XmlLicenseTransform オブジェクトの出力を返します。

オーバーロード

GetOutput()

XmlLicenseTransform オブジェクトの出力を返します。

GetOutput(Type)

XmlLicenseTransform オブジェクトの出力を返します。

GetOutput()

ソース:
XmlLicenseTransform.cs
ソース:
XmlLicenseTransform.cs
ソース:
XmlLicenseTransform.cs
ソース:
XmlLicenseTransform.cs
ソース:
XmlLicenseTransform.cs
ソース:
XmlLicenseTransform.cs

XmlLicenseTransform オブジェクトの出力を返します。

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

戻り値

XmlLicenseTransform オブジェクトの出力。

注釈

返されるオブジェクトの型は である XmlDocument必要があります。

適用対象

GetOutput(Type)

ソース:
XmlLicenseTransform.cs
ソース:
XmlLicenseTransform.cs
ソース:
XmlLicenseTransform.cs
ソース:
XmlLicenseTransform.cs
ソース:
XmlLicenseTransform.cs
ソース:
XmlLicenseTransform.cs

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 だけです。

戻り値

XmlLicenseTransform オブジェクトの出力。

例外

type パラメーターが XmlDocument オブジェクトではありません。

適用対象