Compartilhar via


OutputWindowPane.OutputTaskItemString Method

Definition

public:
 virtual int OutputTaskItemString(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);
public int OutputTaskItemString (string pszOutputString, Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY nPriority, Microsoft.VisualStudio.Shell.Interop.VSTASKCATEGORY nCategory, string pszSubcategory, int nBitmap, string pszFilename, uint nLineNum, string pszTaskItemText);
abstract member OutputTaskItemString : string * Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY * Microsoft.VisualStudio.Shell.Interop.VSTASKCATEGORY * string * int * string * uint32 * string -> int
override this.OutputTaskItemString : string * Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY * Microsoft.VisualStudio.Shell.Interop.VSTASKCATEGORY * string * int * string * uint32 * string -> int
Public Function OutputTaskItemString (pszOutputString As String, nPriority As VSTASKPRIORITY, nCategory As VSTASKCATEGORY, pszSubcategory As String, nBitmap As Integer, pszFilename As String, nLineNum As UInteger, pszTaskItemText As String) As Integer

Parameters

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

Returns

Implements

Applies to