ISysStorageProviderHandlerFactory.GetEventSource(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
ISysStorageProviderEventSource ^ GetEventSource(Platform::String ^ syncRootId, Platform::String ^ eventName);
ISysStorageProviderEventSource GetEventSource(winrt::hstring const& syncRootId, winrt::hstring const& eventName);
public ISysStorageProviderEventSource GetEventSource(string syncRootId, string eventName);
function getEventSource(syncRootId, eventName)
Public Function GetEventSource (syncRootId As String, eventName As String) As ISysStorageProviderEventSource
参数
- syncRootId
-
String
Platform::String
winrt::hstring
仅限内部使用。
[重要提示]存在这些接口,以便 Windows 文件应用 可以实现它们,以便与其他文件提供程序集成。 这些接口不一般使用,操作系统 (OS) 不会调用你创作的任何实现。
- eventName
-
String
Platform::String
winrt::hstring
仅限内部使用。
[重要提示]存在这些接口,以便 Windows 文件应用 可以实现它们,以便与其他文件提供程序集成。 这些接口不一般使用,操作系统 (OS) 不会调用你创作的任何实现。
返回
仅限内部使用。
[重要提示]存在这些接口,以便 Windows 文件应用 可以实现它们,以便与其他文件提供程序集成。 这些接口不一般使用,操作系统 (OS) 不会调用你创作的任何实现。