ComEventInterfaceAttribute.EventProvider 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 class that implements the methods of the event interface.
public:
property Type ^ EventProvider { Type ^ get(); };
public Type EventProvider { get; }
member this.EventProvider : Type
Public ReadOnly Property EventProvider As Type
Property Value
A Type that contains the class that implements the methods of the event interface.
Remarks
This value is set to the type of the event provider class generated by the Tlbimp.exe (Type Library Importer). Tlbimp.exe appends the source interface name with EventProvider. For example, IMyInterface becomes IMyInterfaceEventProvider.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.