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.StringRepresents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.
BlogProvider
Type: System.StringThe ID of the provider.
ParentWindow
Type: System.Int32Contains the HWND for the window Microsoft Office Word is calling from.
Document
Type: System.ObjectThe current document.
See Also
Reference
IBlogPictureExtensibility Interface