Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Function SetExtension( _ ByVal extensionType As Type _ ) As Object |
C# | |
---|---|
public abstract object SetExtension( Type extensionType ) |
C++/CLI | |
---|---|
public: abstract Object^ SetExtension( Type^ extensionType ) |
Parameters
- extensionType
- The desired EventDataSourceExtension type.
Return Value
A handle to the requested EventDataSourceExtension object. If the requested EventDataSourceExtension type is not available, an exception is thrown. In this case, the previous EventDataSourceExtension type is left unchanged.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)