IBlogExtensibility.BlogProviderProperties Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Contient des informations sur le fournisseur.
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)
Paramètres
- BlogProvider
- String
Nom du fournisseur de blogs.
- FriendlyName
- String
Représente le nom affiché dans l'interface utilisateur.
- CategorySupport
- MsoBlogCategorySupport
Indique le nombre de catégories prises en charge par le fournisseur.
- Padding
- Boolean
Spécifie si le remplissage de la table est reconnu.