IBlogExtensibility.GetCategories(String, Int32, Object, Array) Method

Definition

This method returns the list of blog categories for an account so Microsoft Office Word can populate the categories dropdown list.

public:
 void GetCategories(System::String ^ Account, int ParentWindow, System::Object ^ Document, [Runtime::InteropServices::Out] Array ^ % Categories);
public void GetCategories (string Account, int ParentWindow, object Document, out Array Categories);
abstract member GetCategories : string * int * obj * Array -> unit
Public Sub GetCategories (Account As String, ParentWindow As Integer, Document As Object, ByRef Categories As Array)

Parameters

Account
String

Represents the GUID of the account registry key.

ParentWindow
Int32

Represents the HWND of the host window.

Document
Object

The current document.

Categories
Array

A list of categories supported by the provider.

Remarks

Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.

Applies to