ExtendedCustomBuildEventArgs Constructors
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.
Overloads
ExtendedCustomBuildEventArgs(String) |
This constructor allows event data to be initialized. |
ExtendedCustomBuildEventArgs(String, String, String, String) |
This constructor allows event data to be initialized. |
ExtendedCustomBuildEventArgs(String, String, String, String, DateTime) |
This constructor allows event data to be initialized including timestamp. |
ExtendedCustomBuildEventArgs(String, String, String, String, DateTime, Object[]) |
This constructor allows event data to be initialized including timestamp. |
ExtendedCustomBuildEventArgs(String)
This constructor allows event data to be initialized.
public:
ExtendedCustomBuildEventArgs(System::String ^ type);
public ExtendedCustomBuildEventArgs (string type);
new Microsoft.Build.Framework.ExtendedCustomBuildEventArgs : string -> Microsoft.Build.Framework.ExtendedCustomBuildEventArgs
Public Sub New (type As String)
Parameters
- type
- String
Type of ExtendedType.
See also
Applies to
ExtendedCustomBuildEventArgs(String, String, String, String)
This constructor allows event data to be initialized.
public:
ExtendedCustomBuildEventArgs(System::String ^ type, System::String ^ message, System::String ^ helpKeyword, System::String ^ senderName);
public ExtendedCustomBuildEventArgs (string type, string? message, string? helpKeyword, string? senderName);
new Microsoft.Build.Framework.ExtendedCustomBuildEventArgs : string * string * string * string -> Microsoft.Build.Framework.ExtendedCustomBuildEventArgs
Public Sub New (type As String, message As String, helpKeyword As String, senderName As String)
Parameters
- type
- String
Type of ExtendedType.
- message
- String
text message
- helpKeyword
- String
help keyword
- senderName
- String
name of sender
Applies to
ExtendedCustomBuildEventArgs(String, String, String, String, DateTime)
This constructor allows event data to be initialized including timestamp.
public:
ExtendedCustomBuildEventArgs(System::String ^ type, System::String ^ message, System::String ^ helpKeyword, System::String ^ senderName, DateTime eventTimestamp);
public ExtendedCustomBuildEventArgs (string type, string? message, string? helpKeyword, string? senderName, DateTime eventTimestamp);
new Microsoft.Build.Framework.ExtendedCustomBuildEventArgs : string * string * string * string * DateTime -> Microsoft.Build.Framework.ExtendedCustomBuildEventArgs
Public Sub New (type As String, message As String, helpKeyword As String, senderName As String, eventTimestamp As DateTime)
Parameters
- type
- String
Type of ExtendedType.
- message
- String
text message
- helpKeyword
- String
help keyword
- senderName
- String
name of sender
- eventTimestamp
- DateTime
Timestamp when event was created
Applies to
ExtendedCustomBuildEventArgs(String, String, String, String, DateTime, Object[])
This constructor allows event data to be initialized including timestamp.
public:
ExtendedCustomBuildEventArgs(System::String ^ type, System::String ^ message, System::String ^ helpKeyword, System::String ^ senderName, DateTime eventTimestamp, ... cli::array <System::Object ^> ^ messageArgs);
public ExtendedCustomBuildEventArgs (string type, string? message, string? helpKeyword, string? senderName, DateTime eventTimestamp, params object[]? messageArgs);
new Microsoft.Build.Framework.ExtendedCustomBuildEventArgs : string * string * string * string * DateTime * obj[] -> Microsoft.Build.Framework.ExtendedCustomBuildEventArgs
Public Sub New (type As String, message As String, helpKeyword As String, senderName As String, eventTimestamp As DateTime, ParamArray messageArgs As Object())
Parameters
- type
- String
Type of ExtendedType.
- message
- String
text message
- helpKeyword
- String
help keyword
- senderName
- String
name of sender
- eventTimestamp
- DateTime
Timestamp when event was created
- messageArgs
- Object[]
Message arguments