SnapInCallbackService.SnapInHelpTopicCallback Delegate

 

This is the delegate used by the snap-in to provide its own custom help functionality.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public delegate void SnapInHelpTopicCallback(
    object target
)
public delegate void SnapInHelpTopicCallback(
    Object^ target
)
type SnapInHelpTopicCallback = 
    delegate of 
        target:Object -> unit
Public Delegate Sub SnapInHelpTopicCallback (
    target As Object
)

Parameters

  • target
    Type: System.Object

    The object that is in the current context of the help request.

See Also

Microsoft.ManagementConsole Namespace

Return to top