IBlogPictureExtensibility.CreatePictureAccount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows a picture provider to display the user interface needed to guide the user through setting up a picture account.
public:
void CreatePictureAccount(System::String ^ Account, System::String ^ BlogProvider, int ParentWindow, System::Object ^ Document);
public void CreatePictureAccount (string Account, string BlogProvider, int ParentWindow, object Document);
abstract member CreatePictureAccount : string * string * int * obj -> unit
Public Sub CreatePictureAccount (Account As String, BlogProvider As String, ParentWindow As Integer, Document As Object)
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.
- BlogProvider
- String
The ID of the provider.
- ParentWindow
- Int32
Contains the HWND for the window Microsoft Office Word is calling from.
- Document
- Object
The current document.