次の方法で共有


Logger.WriteDebug(String) Method

Definition

Writes debug message. Must be executed on the same thread as the invoking cmdlet.

public void WriteDebug (string text);
member this.WriteDebug : string -> unit
Public Sub WriteDebug (text As String)

Parameters

text
String

Applies to