Share via


OutputWindowPane.OutputTaskItemStringEx Method

Definition

public:
 virtual int OutputTaskItemStringEx(System::String ^ pszOutputString, Microsoft::VisualStudio::Shell::Interop::VSTASKPRIORITY nPriority, Microsoft::VisualStudio::Shell::Interop::VSTASKCATEGORY nCategory, System::String ^ pszSubcategory, int nBitmap, System::String ^ pszFilename, System::UInt32 nLineNum, System::String ^ pszTaskItemText, System::String ^ pszLookupKwd);
public int OutputTaskItemStringEx (string pszOutputString, Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY nPriority, Microsoft.VisualStudio.Shell.Interop.VSTASKCATEGORY nCategory, string pszSubcategory, int nBitmap, string pszFilename, uint nLineNum, string pszTaskItemText, string pszLookupKwd);
abstract member OutputTaskItemStringEx : string * Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY * Microsoft.VisualStudio.Shell.Interop.VSTASKCATEGORY * string * int * string * uint32 * string * string -> int
override this.OutputTaskItemStringEx : string * Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY * Microsoft.VisualStudio.Shell.Interop.VSTASKCATEGORY * string * int * string * uint32 * string * string -> int
Public Function OutputTaskItemStringEx (pszOutputString As String, nPriority As VSTASKPRIORITY, nCategory As VSTASKCATEGORY, pszSubcategory As String, nBitmap As Integer, pszFilename As String, nLineNum As UInteger, pszTaskItemText As String, pszLookupKwd As String) As Integer

Parameters

pszOutputString
String
nPriority
VSTASKPRIORITY
nCategory
VSTASKCATEGORY
pszSubcategory
String
nBitmap
Int32
pszFilename
String
nLineNum
UInt32
pszTaskItemText
String
pszLookupKwd
String

Returns

Implements

Applies to