共用方式為


Message.Result 屬性

指定數值,回應處理訊息時該數值將傳回 Windows。

命名空間:  Microsoft.WindowsCE.Forms
組件:  Microsoft.WindowsCE.Forms (在 Microsoft.WindowsCE.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);
}
public function get Result () : IntPtr
public function set Result (value : IntPtr)

屬性值

型別:System.IntPtr

訊息的傳回值。

使用權限

平台

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Compact Framework

支援版本:3.5、2.0、1.0

請參閱

參考

Message 結構

Message 成員

Microsoft.WindowsCE.Forms 命名空間