IBlogExtensibility.GetCategories Method
This method returns the list of blog categories for an account so Microsoft Office Word can populate the categories dropdown list.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub GetCategories ( _
Account As String, _
ParentWindow As Integer, _
Document As Object, _
<OutAttribute> ByRef Categories As Array _
)
'Usage
Dim instance As IBlogExtensibility
Dim Account As String
Dim ParentWindow As Integer
Dim Document As Object
Dim Categories As Array
instance.GetCategories(Account, ParentWindow, _
Document, Categories)
void GetCategories(
string Account,
int ParentWindow,
Object Document,
out Array Categories
)
Parameters
Account
Type: System.StringRepresents the GUID of the account registry key.
ParentWindow
Type: System.Int32Represents the HWND of the host window.
Document
Type: System.ObjectThe current document.
Categories
Type: System.ArrayA list of categories supported by the provider.
Remarks
Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.