ExtendedCustomBuildEventArgs Constructors

Definition

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)

Source:
ExtendedCustomBuildEventArgs.cs

This constructor allows event data to be initialized.

C#
public ExtendedCustomBuildEventArgs(string type);

Parameters

type
String

Type of ExtendedType.

See also

Applies to

MSBuild 17 ve MSBuild (.NET Core) 17
Ürün Sürümler
MSBuild 17
MSBuild (.NET Core) 17

ExtendedCustomBuildEventArgs(String, String, String, String)

Source:
ExtendedCustomBuildEventArgs.cs

This constructor allows event data to be initialized.

C#
public ExtendedCustomBuildEventArgs(string type, string? message, string? helpKeyword, string? senderName);

Parameters

type
String

Type of ExtendedType.

message
String

text message

helpKeyword
String

help keyword

senderName
String

name of sender

Applies to

MSBuild 17 ve MSBuild (.NET Core) 17
Ürün Sürümler
MSBuild 17
MSBuild (.NET Core) 17

ExtendedCustomBuildEventArgs(String, String, String, String, DateTime)

Source:
ExtendedCustomBuildEventArgs.cs

This constructor allows event data to be initialized including timestamp.

C#
public ExtendedCustomBuildEventArgs(string type, string? message, string? helpKeyword, string? senderName, DateTime eventTimestamp);

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

MSBuild 17 ve MSBuild (.NET Core) 17
Ürün Sürümler
MSBuild 17
MSBuild (.NET Core) 17

ExtendedCustomBuildEventArgs(String, String, String, String, DateTime, Object[])

Source:
ExtendedCustomBuildEventArgs.cs

This constructor allows event data to be initialized including timestamp.

C#
public ExtendedCustomBuildEventArgs(string type, string? message, string? helpKeyword, string? senderName, DateTime eventTimestamp, params object[]? messageArgs);

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

Applies to

MSBuild 17 ve MSBuild (.NET Core) 17
Ürün Sürümler
MSBuild 17
MSBuild (.NET Core) 17