IBlogExtensibility.Open 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.
Opens the blog specified by the blog ID. It is called by the Open Existing Post dialog based on the item selected by the user.
public:
void Open(System::String ^ Account, System::String ^ PostID, int ParentWindow, [Runtime::InteropServices::Out] System::String ^ % xHTML, [Runtime::InteropServices::Out] System::String ^ % Title, [Runtime::InteropServices::Out] System::String ^ % DatePosted, [Runtime::InteropServices::Out] Array ^ % Categories);
public void Open (string Account, string PostID, int ParentWindow, out string xHTML, out string Title, out string DatePosted, out Array Categories);
abstract member Open : string * string * int * string * string * string * Array -> unit
Public Sub Open (Account As String, PostID As String, ParentWindow As Integer, ByRef xHTML As String, ByRef Title As String, ByRef DatePosted As String, ByRef Categories As Array)
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.
- PostID
- String
The ID of the post.
- ParentWindow
- Int32
Contains the HWND for the window Microsoft Office Word is calling from.
- xHTML
- String
Represents the xHTML of the current document.
- Title
- String
The title of the post.
- DatePosted
- String
The date the entry was posted.
- Categories
- Array
A list of categories supported by the provider.