GetMessageString Delegate

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.PowerShell.OneGet.CmdLets
Assembly: Microsoft.PowerShell.OneGet (in Microsoft.PowerShell.OneGet.dll)

Usage

'Usage
Dim instance As New GetMessageString(AddressOf HandlerMethod)

Syntax

'Declaration
Public Delegate Function GetMessageString ( _
    message As String _
) As String
public delegate string GetMessageString (
    string message
)
public delegate String^ GetMessageString (
    String^ message
)
/** @delegate */
public delegate String GetMessageString (
    String message
)

Parameters

  • message

Return Value

Returns String.

Platforms

Target Platforms

See Also

Reference

Microsoft.PowerShell.OneGet.CmdLets Namespace