requestedit 屬性
[requestedit]屬性工作表示屬性支援OnRequestEdit通知。
[requestedit [,optional-attributes]] return-type function-name(params)
參數
-
optional-attributes
-
零個或多個 MIDL 屬性。
-
return-type
-
指定函式的傳回型別。
-
function-name
-
指定 IDL 檔案中的函式名稱。
-
params
-
零個或多個函式參數。
備註
支援 OnRequestEdit 通知表示,在進行變更之前,物件會將變更屬性的許可權要求傳送給用戶端。 物件可以支援資料系結,但不能有這個屬性。
Flags
FUNCFLAG_FREQUESTEDIT,VARFLAG_FREQUESTEDIT
範例
properties:
[propget, helpstring("A useful comment"), bindable, defaultbind,
displaybind, requestedit] long Func1(void);
另請參閱