IFeedManager2.SendMessageToContent(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface definition of a method that sends a string message to the web content in a feed being displayed in the feeds host.
public:
void SendMessageToContent(Platform::String ^ feedProviderDefinitionId, Platform::String ^ feedDefinitionId, Platform::String ^ message);
void SendMessageToContent(winrt::hstring const& feedProviderDefinitionId, winrt::hstring const& feedDefinitionId, winrt::hstring const& message);
public void SendMessageToContent(string feedProviderDefinitionId, string feedDefinitionId, string message);
function sendMessageToContent(feedProviderDefinitionId, feedDefinitionId, message)
Public Sub SendMessageToContent (feedProviderDefinitionId As String, feedDefinitionId As String, message As String)
Parameters
- feedProviderDefinitionId
-
String
Platform::String
winrt::hstring
The definition ID of the feed provider.
- feedDefinitionId
-
String
Platform::String
winrt::hstring
The definition ID of the feed.
- message
-
String
Platform::String
winrt::hstring
The contents of the message.