Share via


Language.WritingStyleList Property 

Returns a string array that contains the names of all writing styles available for the specified language.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim language1 As Language

Dim returnValue As Object
returnValue = language1.WritingStyleList

Syntax

ReadOnly Property WritingStyleList() As Object
object WritingStyleList {get;}
property Object^ WritingStyleList{
    Object^ get();
}
public System.Object get_WritingStyleList();
function get WritingStyleList() : Object;

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Language Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Language Members