IBlogExtensibility.SetupBlogAccount Method

Definition

Called from the Choose Account dialog when the provider’s name is chosen in the Blog Host dropdown or when the user requests to change a provider’s account in the Blog Accounts dialog box.

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)

Parameters

Account
String

Represents the GUID of the account registry key. Blog account settings are stored in the registry at \HKCU\Software\Microsoft\Office\Common\Blog\Account.

ParentWindow
Int32

Contains the HWND for the window Microsoft Word is calling from.

Document
Object

The current document.

NewAccount
Boolean

Indicates whether this is a new account.

ShowPictureUI
Boolean

Indicates whether Microsoft Office Word’s picture user interface needs to be displayed.

Applies to