ListTemplate.ListLevels Property 

Returns a ListLevels collection that represents all the levels for the specified ListTemplate.

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

Usage

Dim listTemplate1 As ListTemplate

Dim returnValue As ListLevels
returnValue = listTemplate1.ListLevels

Syntax

ReadOnly Property ListLevels() As ListLevels
ListLevels ListLevels {get;}
property ListLevels^ ListLevels{
    ListLevels^ get();
}
public ListLevels get_ListLevels();
function get ListLevels() : ListLevels;

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

ListTemplate Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

ListTemplate Members