ArcFM Engine Developer Guide
IMMTreeViewSelection Interface
Members 


Provides properties and methods to create a tree tool that iterates through the MMListTree control's collection of selected items.
Available at Version
Product Availability
Required Licenses
.NET Assembly
Syntax
'Declaration
 
<GuidAttribute("D65C7F61-4155-11D4-80D8-0050DA5BE899")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<ComImportAttribute()>
Public Interface IMMTreeViewSelection 
'Usage
 
Dim instance As IMMTreeViewSelection
[Guid("D65C7F61-4155-11D4-80D8-0050DA5BE899")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[ComImport()]
public interface IMMTreeViewSelection 
Remarks

Note: You cannot iterate a selection while performing actions that will alter it. For example, if you iterate a selection to delete the item, deleting it from the treeview will change the selection since it will also be deleted from the selection. In cases like this, the programmer should iterate the selection, place the list items in a collection, and then perform the required action on the items in the collection.

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMTreeViewSelection Members
Miner.Interop Namespace

Provides properties and methods to create a tree tool that iterates through the MMListTree control's collection of selected items.
Syntax
'Declaration
 
<GuidAttribute("D65C7F61-4155-11D4-80D8-0050DA5BE899")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<ComImportAttribute()>
Public Interface IMMTreeViewSelection 
'Usage
 
Dim instance As IMMTreeViewSelection
[Guid("D65C7F61-4155-11D4-80D8-0050DA5BE899")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[ComImport()]
public interface IMMTreeViewSelection 
Remarks

Note: You cannot iterate a selection while performing actions that will alter it. For example, if you iterate a selection to delete the item, deleting it from the treeview will change the selection since it will also be deleted from the selection. In cases like this, the programmer should iterate the selection, place the list items in a collection, and then perform the required action on the items in the collection.

Inheritance Hierarchy

Miner.Interop.IMMTreeViewSelection

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMTreeViewSelection Members
Miner.Interop Namespace

 

 


Send Comment