Deutsch | English | Español | Français |
Italiano | 日本語 | 한국어 | Português |
Pусский | 简体中文 | 繁體中文 |
命名空间:
Microsoft.Phone.UserData
程序集: Microsoft.Phone(在 Microsoft.Phone.dll 中)
程序集: Microsoft.Phone(在 Microsoft.Phone.dll 中)
语法
Public Sub SearchAsync ( _
startTimeInclusive As DateTime, _
endTimeInclusive As DateTime, _
state As Object _
)
public void SearchAsync(
DateTime startTimeInclusive,
DateTime endTimeInclusive,
Object state
)
public:
void SearchAsync(
DateTime startTimeInclusive,
DateTime endTimeInclusive,
Object^ state
)
member SearchAsync :
startTimeInclusive:DateTime *
endTimeInclusive:DateTime *
state:Object -> unit
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅 通过部分受信任的代码使用库。