Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.ObjectThe object that is in the current context of the help request.
See Also
Microsoft.ManagementConsole Namespace
Return to top