SHDocVw.TShellUIHelper.msScheduledTileNotification
Delphi
procedure msScheduledTileNotification(const bstrNotificationXml: WideString;
const bstrNotificationId: WideString;
const bstrNotificationTag: WideString); overload;
procedure msScheduledTileNotification(const bstrNotificationXml: WideString;
const bstrNotificationId: WideString;
const bstrNotificationTag: WideString;
startTime: OleVariant); overload;
procedure msScheduledTileNotification(const bstrNotificationXml: WideString;
const bstrNotificationId: WideString;
const bstrNotificationTag: WideString;
startTime: OleVariant; expirationTime: OleVariant); overload;
C++
void __fastcall msScheduledTileNotification(const System::WideString bstrNotificationXml, const System::WideString bstrNotificationId, const System::WideString bstrNotificationTag)/* overload */;
void __fastcall msScheduledTileNotification(const System::WideString bstrNotificationXml, const System::WideString bstrNotificationId, const System::WideString bstrNotificationTag, const System::OleVariant &startTime)/* overload */;
void __fastcall msScheduledTileNotification(const System::WideString bstrNotificationXml, const System::WideString bstrNotificationId, const System::WideString bstrNotificationTag, const System::OleVariant &startTime, const System::OleVariant &expirationTime)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | SHDocVw.pas SHDocVw.hpp |
SHDocVw | TShellUIHelper |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。