Visual Basic (Declaration) | |
---|---|
Public Function GetCustomEvent( _ ByVal customEventID As Integer _ ) As CustomEvent |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Client Dim customEventID As Integer Dim value As CustomEvent value = instance.GetCustomEvent(customEventID) |
C# | |
---|---|
public CustomEvent GetCustomEvent( int customEventID ) |
C++/CLI | |
---|---|
public: CustomEvent^ GetCustomEvent( int customEventID ) |
Parameters
- customEventID
- The CustomEventID
Return Value
CustomEventTarget Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2