IVsAppContainerProjectDeployCallback.OutputMessage(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs errors and messages.
public:
void OutputMessage(System::String ^ message);
public:
void OutputMessage(Platform::String ^ message);
void OutputMessage(std::wstring const & message);
public void OutputMessage (string message);
abstract member OutputMessage : string -> unit
Public Sub OutputMessage (message As String)
Parameters
- message
- String
[in] The error or message to be logged.