Partager via


IBlogExtensibility.BlogProviderProperties Method

Contains information about the provider.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub BlogProviderProperties ( _
    <OutAttribute> ByRef BlogProvider As String, _
    <OutAttribute> ByRef FriendlyName As String, _
    <OutAttribute> ByRef CategorySupport As MsoBlogCategorySupport, _
    <OutAttribute> ByRef Padding As Boolean _
)
'Usage
Dim instance As IBlogExtensibility
Dim BlogProvider As String
Dim FriendlyName As String
Dim CategorySupport As MsoBlogCategorySupport
Dim Padding As Boolean

instance.BlogProviderProperties(BlogProvider, _
    FriendlyName, CategorySupport, Padding)
void BlogProviderProperties(
    out string BlogProvider,
    out string FriendlyName,
    out MsoBlogCategorySupport CategorySupport,
    out bool Padding
)

Parameters

  • BlogProvider
    Type: System.String

    The name of the blog provider.

  • FriendlyName
    Type: System.String

    Represents the name displayed in the user interface.

  • Padding
    Type: System.Boolean

    Specifies whether table padding is recognized.

See Also

Reference

IBlogExtensibility Interface

IBlogExtensibility Members

Microsoft.Office.Core Namespace