Share via


IBlogExtensibility 接口

定义

一个提供日志处理功能的对象。

public interface class IBlogExtensibility
[System.Runtime.InteropServices.Guid("000C03C4-0000-0000-C000-000000000046")]
public interface IBlogExtensibility
[<System.Runtime.InteropServices.Guid("000C03C4-0000-0000-C000-000000000046")>]
type IBlogExtensibility = interface
Public Interface IBlogExtensibility
属性

方法

BlogProviderProperties(String, String, MsoBlogCategorySupport, Boolean)

包含有关提供商的信息。

GetCategories(String, Int32, Object, Array)

此方法返回帐户的博客类别列表,以便 Microsoft Office Word 可以填充类别下拉列表。

GetRecentPosts(String, Int32, Object, Array, Array, Array)

返回 Microsoft Office Word 随后显示在“打开现有文章”对话框中的用户最近 15 篇博客文章的列表。 此方法实际上不会返回博客张贴的内容。

GetUserBlogs(String, Int32, Object, Array, Array, Array)

返回与指定帐户相关的用户博客的列表和详细信息。

Open(String, String, Int32, String, String, String, Array)

打开博客 ID 指定的博客。 由“打开现有张贴内容”对话框基于用户选择的项调用。

PublishPost(String, Int32, Object, String, String, String, Array, Boolean, String, String)

提交当前张贴内容以便由提供商将其发布。

RepublishPost(String, Int32, Object, String, String, String, String, Array, Boolean, String)

关闭当前帖子,以便提供程序可以重新发布它。

SetupBlogAccount(String, Int32, Object, Boolean, Boolean)

当从“博客宿主”下拉列表中选择提供商的名称时或当用户在“博客帐户”对话框中请求更改提供商帐户时,将从“选择帐户”对话框中调用此方法。

适用于