ArcFM Solution Developer Guide
IMMSpecialAUStrategyEx Interface
Members 






This interface allows you to create custom special autoupdate objects. It provides the same functionality as the IMMSpecialAUStrategy interface. In addition, it offers the Enabled method and the ability to pass in additional information in the Execute method.
Object Model
IMMSpecialAUStrategyEx Interface
Syntax
'Declaration
 
<System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<System.Runtime.InteropServices.GuidAttribute("F216BC29-7320-412B-8A7E-082A846E372E")>
<System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<System.Runtime.InteropServices.ComImportAttribute()>
Public Interface IMMSpecialAUStrategyEx 
'Usage
 
Dim instance As IMMSpecialAUStrategyEx
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("F216BC29-7320-412B-8A7E-082A846E372E")]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComImport()]
public interface IMMSpecialAUStrategyEx 
public interface IMMSpecialAUStrategyEx 
System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)
System.Runtime.InteropServices.GuidAttribute("F216BC29-7320-412B-8A7E-082A846E372E")
System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)
System.Runtime.InteropServices.ComImportAttribute()
public interface IMMSpecialAUStrategyEx 
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("F216BC29-7320-412B-8A7E-082A846E372E")]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComImport()]
public __gc __interface IMMSpecialAUStrategyEx 
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("F216BC29-7320-412B-8A7E-082A846E372E")]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComImport()]
public interface class IMMSpecialAUStrategyEx 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMSpecialAUStrategyEx Members
Miner.Interop Namespace

Send Feedback