Partager via


IBlogPictureExtensibility.PublishPicture Méthode

Définition

Permet de publier un objet image vers sa destination finale dans un blog.

public:
 void PublishPicture(System::String ^ Account, int ParentWindow, System::Object ^ Document, System::Object ^ Image, [Runtime::InteropServices::Out] System::String ^ % PictureURI, int ImageType);
public void PublishPicture (string Account, int ParentWindow, object Document, object Image, out string PictureURI, int ImageType);
abstract member PublishPicture : string * int * obj * obj * string * int -> unit
Public Sub PublishPicture (Account As String, ParentWindow As Integer, Document As Object, Image As Object, ByRef PictureURI As String, ImageType As Integer)

Paramètres

Account
String

Représente l'identificateur unique global (GUID) de la clé de Registre du compte. Les paramètres du compte de blog sont stockés dans le registre à l’adresse \HKCU\Software\Microsoft\Office\Common\Blog\Account.

ParentWindow
Int32

Contient le HWND de la fenêtre à partir de laquelle Microsoft Office Word appelle.

Document
Object

Document actif.

Image
Object

Représente le nom du fichier image.

PictureURI
String

URI de l'image.

ImageType
Int32

Remarques

Cette méthode est appelée pendant la génération du code xHTML et remet une représentation .PNG de l'image. L’emplacement où il a été publié est ensuite retourné, qui est ensuite ajouté à une balise IMG dans la sortie xHTML.

S’applique à