Freigeben über


IBlogExtensibility.GetUserBlogs Methode

Definition

Gibt die Liste und die Details von Benutzerblogs zurück, die einem bestimmten Konto zugeordnet sind.

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

Parameter

Account
String

Represents the GUID of the account registry key. Blogkontoeinstellungen werden in der Registrierung unter \HKCU\Software\Microsoft\Office\Common\Blog\Account gespeichert.

ParentWindow
Int32

Enthält den HWND für das Fenster, aus dem Microsoft Office Word aufruft.

Document
Object

Das aktuelle Dokument.

BlogNames
Array

Enthält alle Blognamen für das aktuelle Konto.

BlogIDs
Array

Enthält alle Blog-IDs für das aktuelle Konto.

BlogURLs
Array

Enthält alle Blog-URLs für das aktuelle Konto.

Gilt für: