IVsOutputWindowPane3.OutputStringWithId(Guid, UInt32, 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 a string with an ID.
public:
void OutputStringWithId(Guid messageProvider, System::UInt32 messageId, System::String ^ message);
public void OutputStringWithId (Guid messageProvider, uint messageId, string message);
abstract member OutputStringWithId : Guid * uint32 * string -> unit
Public Sub OutputStringWithId (messageProvider As Guid, messageId As UInteger, message As String)
Parameters
- messageProvider
- Guid
The message provider.
- messageId
- UInt32
The message ID.
- message
- String
The message.