Freigeben über


IBlogExtensibility.SetupBlogAccount Methode

Definition

Wird vom Dialogfeld Ein Konto auswählen aufgerufen, wenn der Name des Anbieters in der Dropdownliste Bloghost ausgewählt wird oder wenn der Benutzer die Änderung eines Anbieterkontos im Dialogfeld Blogkonten anfordert.

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

Parameter

Account
String

Represents the GUID of the account registry key. Blogkontoeinstellungen werden in der Registrierung unter \HKCU\Software\Microsoft\Office\Common\Blog\Account gespeichert.

ParentWindow
Int32

Enthält den HWND für das Fenster, aus dem Microsoft Word den Aufruf ausführt.

Document
Object

Das aktuelle Dokument.

NewAccount
Boolean

Gibt an, ob es sich um ein neues Konto handelt.

ShowPictureUI
Boolean

Gibt an, ob die Bild-Benutzeroberfläche von Microsoft Office Word angezeigt werden muss.

Gilt für: