A Sandcastle Documented Class Library
IPluginHostUnHookIdentifier Method |
Removes a identifier you have defined.
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
void UnHookIdentifier( string identifier )
Sub UnHookIdentifier ( identifier As String )
void UnHookIdentifier( String^ identifier )
abstract UnHookIdentifier : identifier : string -> unit
Parameters
- identifier
- Type: SystemString
Identifier to remove
See Also