ISysStorageProviderHandlerFactory.GetEventSource(String, String) 方法

定义

仅限内部使用。

[重要提示]存在这些接口,以便 Windows 文件应用 可以实现它们,以便与其他文件提供程序集成。 这些接口不一般使用,操作系统 (OS) 不会调用你创作的任何实现。

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) 不会调用你创作的任何实现。

适用于