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:
property int DispId { int get(); };
public int DispId { get; }
member this.DispId : int
Public ReadOnly Property DispId As Integer
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.