SelectedHierarchy Property

Vista Bridge Library

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

The hierarchy of objects that are selected. The list is ordered with parents first, followed by children.

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

Syntax

C#
public ObservableCollection<Object> SelectedHierarchy { get; }
Visual Basic (Declaration)
Public ReadOnly Property SelectedHierarchy As ObservableCollection(Of Object)
Visual C++
public:
property ObservableCollection<Object^>^ SelectedHierarchy {
	ObservableCollection<Object^>^ get ();
}

See Also