IVsAppContainerBootstrapperLogger.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.
Outputs the specified message.
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
The message.
Remarks
This method is safe to access from any thread.