PropertyInitialValueSetEventArgs Class

Definition

The argument for a property initial value set event.

public ref class PropertyInitialValueSetEventArgs : Microsoft::Build::Framework::BuildMessageEventArgs
[System.Serializable]
public class PropertyInitialValueSetEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs
[<System.Serializable>]
type PropertyInitialValueSetEventArgs = class
    inherit BuildMessageEventArgs
Public Class PropertyInitialValueSetEventArgs
Inherits BuildMessageEventArgs
Inheritance
Attributes

Constructors

PropertyInitialValueSetEventArgs()

Creates an instance of the PropertyInitialValueSetEventArgs class.

PropertyInitialValueSetEventArgs(String, String, String, String, String, String, MessageImportance)

Creates an instance of the PropertyInitialValueSetEventArgs class.

Fields

locker

Lock object.

(Inherited from LazyFormattedBuildEventArgs)

Properties

BuildEventContext

Event contextual information for the build event argument

(Inherited from BuildEventArgs)
Code

Code associated with event.

(Inherited from BuildMessageEventArgs)
ColumnNumber

Column number of interest in associated file.

(Inherited from BuildMessageEventArgs)
EndColumnNumber

Ending column number of interest in associated file.

(Inherited from BuildMessageEventArgs)
EndLineNumber

Ending line number of interest in associated file.

(Inherited from BuildMessageEventArgs)
File

File associated with event.

(Inherited from BuildMessageEventArgs)
HelpKeyword

Custom help keyword associated with event.

(Inherited from BuildEventArgs)
Importance

Importance of the message

(Inherited from BuildMessageEventArgs)
LineNumber

Line number of interest in associated file.

(Inherited from BuildMessageEventArgs)
Message

Gets the formatted message.

(Inherited from LazyFormattedBuildEventArgs)
ProjectFile

The project which was building when the message was issued.

(Inherited from BuildMessageEventArgs)
PropertyName

The name of the property.

PropertySource

The source of the property.

PropertyValue

The value of the property.

RawMessage

Exposes the underlying message field without side-effects. Used for serialization.

(Inherited from BuildEventArgs)
RawTimestamp

Exposes the private Microsoft.Build.Framework.BuildEventArgs.timestamp field to derived types. Used for serialization. Avoids the side effects of calling the Timestamp getter.

(Inherited from BuildEventArgs)
SenderName

Name of the object sending this event.

(Inherited from BuildEventArgs)
Subcategory

The custom sub-type of the event.

(Inherited from BuildMessageEventArgs)
ThreadId

The thread that raised event.

(Inherited from BuildEventArgs)
Timestamp

The time when event was raised.

(Inherited from BuildEventArgs)

Applies to