IVsOutputWindowPane3::TryGetStringWithId Method (Guid, UInt32, String^)
Visual Studio 2015
Gets a string with the message ID.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
bool TryGetStringWithId( Guid messageProvider, unsigned int messageId, [OutAttribute] String^% message )
Parameters
- messageProvider
-
Type:
System::Guid
The message provider.
- messageId
-
Type:
System::UInt32
The message ID.
- message
-
Type:
System::String^
The message.
Show: