IBlogExtensibility.GetCategories(String, Int32, Object, Array) 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.
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.