Partager via


IBlogPictureExtensibility.CreatePictureAccount Method

Allows a picture provider to display the user interface needed to guide the user through setting up a picture account.

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

Syntax

'Declaration
Sub CreatePictureAccount ( _
    Account As String, _
    BlogProvider As String, _
    ParentWindow As Integer, _
    Document As Object _
)
'Usage
Dim instance As IBlogPictureExtensibility
Dim Account As String
Dim BlogProvider As String
Dim ParentWindow As Integer
Dim Document As Object

instance.CreatePictureAccount(Account, _
    BlogProvider, ParentWindow, Document)
void CreatePictureAccount(
    string Account,
    string BlogProvider,
    int ParentWindow,
    Object Document
)

Parameters

  • Account
    Type: System.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
    Type: System.Int32

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

See Also

Reference

IBlogPictureExtensibility Interface

IBlogPictureExtensibility Members

Microsoft.Office.Core Namespace