Share via


PathListBoxItem.LocalIndex Property

For a description of this member, see LocalIndex.

Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Controls (in microsoft.expression.controls.dll)

Syntax

'Declaration
Public Property LocalIndex As Integer
'Usage
Dim instance As PathListBoxItem
Dim value As Integer

value = instance.LocalIndex
public int LocalIndex { get; }
public:
virtual property int LocalIndex {
    int get () sealed;
}
/** @property */
public final int get_LocalIndex ()
public final function get LocalIndex () : int

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.

See Also

Reference

PathListBoxItem Class
PathListBoxItem Members
Microsoft.Expression.Controls Namespace