HostEventAttribute.DispId Property
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.
Gets the dispatch ID of the COM event for which the event marked with this HostEventAttribute is a proxy.
public int DispId { get; }
Property Value
The dispatch ID of the COM event for which the event marked with this HostEventAttribute is a proxy.
Remarks
For COM events only.