Delen via


PreviewMessageAttribute.PrintCustomAttributeInfo Method

Definition

Overloads

PrintCustomAttributeInfo(Action<String>)
PrintCustomAttributeInfo(PSCmdlet)

PrintCustomAttributeInfo(Action<String>)

public void PrintCustomAttributeInfo (Action<string> writeOutput);
member this.PrintCustomAttributeInfo : Action<string> -> unit
Public Sub PrintCustomAttributeInfo (writeOutput As Action(Of String))

Parameters

writeOutput
Action<String>

Applies to

PrintCustomAttributeInfo(PSCmdlet)

public void PrintCustomAttributeInfo (System.Management.Automation.PSCmdlet psCmdlet);
member this.PrintCustomAttributeInfo : System.Management.Automation.PSCmdlet -> unit
Public Sub PrintCustomAttributeInfo (psCmdlet As PSCmdlet)

Parameters

psCmdlet
PSCmdlet

Applies to