次の方法で共有


ParameterBuilder.IsOut プロパティ

このパラメータが出力パラメータかどうかを取得します。

Public ReadOnly Property IsOut As Boolean
[C#]
public bool IsOut {get;}
[C++]
public: __property bool get_IsOut();
[JScript]
public function get IsOut() : Boolean;

プロパティ値

読み取り専用。このパラメータが出力パラメータかどうかを取得します。

必要条件

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

参照

ParameterBuilder クラス | ParameterBuilder メンバ | System.Reflection.Emit 名前空間