共用方式為


ICustomEventTypeMapper.TryRemoveCustomEventMapping(String, Type) Method

Definition

public bool TryRemoveCustomEventMapping (string eventType, out Type eventDataType);
abstract member TryRemoveCustomEventMapping : string * Type -> bool
Public Function TryRemoveCustomEventMapping (eventType As String, ByRef eventDataType As Type) As Boolean

Parameters

eventType
String
eventDataType
Type

Returns

Applies to