ComEventsHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
ComEventsHelper may be unavailable in future releases.
Provides methods that enable .NET delegates that handle events to be added and removed from COM objects.
public ref class ComEventsHelper abstract sealed
[System.Obsolete("ComEventsHelper may be unavailable in future releases.")]
public static class ComEventsHelper
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public static class ComEventsHelper
public static class ComEventsHelper
[<System.Obsolete("ComEventsHelper may be unavailable in future releases.")>]
type ComEventsHelper = class
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
type ComEventsHelper = class
type ComEventsHelper = class
Public Class ComEventsHelper
- Inheritance
-
ComEventsHelper
- Attributes
Methods
Combine(Object, Guid, Int32, Delegate) |
Adds a delegate to the invocation list of events originating from a COM object. |
Remove(Object, Guid, Int32, Delegate) |
Removes a delegate from the invocation list of events originating from a COM object. |
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.