次の方法で共有


XmlDsigXsltTransform.GetOutput メソッド (Type)

Stream 型の現在の XmlDsigXsltTransform の出力を返します。

Overrides Overloads Public Function GetOutput( _
   ByVal type As Type _) As Object
[C#]
public override object GetOutput(Typetype);
[C++]
public: Object* GetOutput(Type* type);
[JScript]
public override function GetOutput(
   type : Type) : Object;

パラメータ

  • type
    返される出力の型。このパラメータに対して有効な型は、 Stream だけです。

戻り値

Stream 型の現在の XmlDsigXsltTransform の出力。

例外

例外の種類 条件
ArgumentException type パラメータが Stream ではありません。

解説

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

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

XmlDsigXsltTransform クラス | XmlDsigXsltTransform メンバ | System.Security.Cryptography.Xml 名前空間 | XmlDsigXsltTransform.GetOutput オーバーロードの一覧