AutoCompleteAttribute Class
Marks the attributed method as an AutoComplete object. This class cannot be inherited.
For a list of all members of this type, see AutoCompleteAttribute Members.
System.Object
System.Attribute
System.EnterpriseServices.AutoCompleteAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Method)> <ComVisible(False)> NotInheritable Public Class AutoCompleteAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Method)] [ComVisible(false)] public sealed class AutoCompleteAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Method)] [ComVisible(false)] public __gc __sealed class AutoCompleteAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Method) ComVisible(false) class AutoCompleteAttribute extends Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The transaction automatically calls SetComplete if the method call returns normally. If the method call throws an exception, the transaction is aborted.
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
AutoCompleteAttribute Members | System.EnterpriseServices Namespace