IBlogExtensibility.BlogProviderProperties 方法

定义

包含有关提供商的信息。

public:
 void BlogProviderProperties([Runtime::InteropServices::Out] System::String ^ % BlogProvider, [Runtime::InteropServices::Out] System::String ^ % FriendlyName, [Runtime::InteropServices::Out] Microsoft::Office::Core::MsoBlogCategorySupport % CategorySupport, [Runtime::InteropServices::Out] bool % Padding);
public void BlogProviderProperties (out string BlogProvider, out string FriendlyName, out Microsoft.Office.Core.MsoBlogCategorySupport CategorySupport, out bool Padding);
abstract member BlogProviderProperties : string * string * MsoBlogCategorySupport * bool -> unit
Public Sub BlogProviderProperties (ByRef BlogProvider As String, ByRef FriendlyName As String, ByRef CategorySupport As MsoBlogCategorySupport, ByRef Padding As Boolean)

参数

BlogProvider
String

博客提供商的名称。

FriendlyName
String

代表用户界面上显示的名称。

CategorySupport
MsoBlogCategorySupport

代表提供商支持的类别数目。

Padding
Boolean

指定是否识别表填充。

适用于