メッセージの処理に応答して Windows に返される値を指定します。
名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文
'宣言
Public Property Result As IntPtr
'使用
Dim instance As Message
Dim value As IntPtr
value = instance.Result
instance.Result = value
public IntPtr Result { get; set; }
public:
property IntPtr Result {
IntPtr get ();
void set (IntPtr value);
}
/** @property */
public IntPtr get_Result ()
/** @property */
public void set_Result (IntPtr value)
public function get Result () : IntPtr
public function set Result (value : IntPtr)
プロパティ値
メッセージの戻り値。
プラットフォーム
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 2.0、1.1、1.0