Visual Basic (Declaration) | |
---|---|
Public Function FormatErrorEvent( _ ByVal args As BuildErrorEventArgs _ ) As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ProjectLogger Dim args As BuildErrorEventArgs Dim value As String value = instance.FormatErrorEvent(args) |
C# | |
---|---|
public string FormatErrorEvent( BuildErrorEventArgs args ) |
C++/CLI | |
---|---|
public: String^ FormatErrorEvent( BuildErrorEventArgs^ args ) |
Parameters
- args
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2