IVsAppContainerProjectDeployCallback::OutputMessage Method (String^)

 

Logs errors and messages.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void OutputMessage(
	String^ message
)

Parameters

message
Type: System::String^

[in] The error or message to be logged.

Return to top
Show: