Miner.Interop.FrameworkUI Assembly > Miner.Interop Namespace : IMMTreeViewSelection Interface |
'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
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.
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.
'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
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.
Miner.Interop.IMMTreeViewSelection
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.