SelectItemCommand Field

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

The command that is invoked to indicate that an item should be selected. Set the CommandParameter to the container of the item to be selected. The control will travel up the element tree to the BreadcrumbBar where it will then select the object hierarchy leading to the desired item.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static readonly RoutedCommand SelectItemCommand
Visual Basic (Declaration)
Public Shared ReadOnly SelectItemCommand As RoutedCommand
Visual C++
public:
static initonly RoutedCommand^ SelectItemCommand

See Also