MSBuildProjectPropertyData Struct

Definition

Project property data in MsBuild projects

public value class MSBuildProjectPropertyData : IEquatable<Microsoft::VisualStudio::Workspace::Extensions::MSBuild::MSBuildProjectPropertyData>
public value class MSBuildProjectPropertyData
struct MSBuildProjectPropertyData
public struct MSBuildProjectPropertyData : IEquatable<Microsoft.VisualStudio.Workspace.Extensions.MSBuild.MSBuildProjectPropertyData>
type MSBuildProjectPropertyData = struct
Public Structure MSBuildProjectPropertyData
Implements IEquatable(Of MSBuildProjectPropertyData)
Inheritance
MSBuildProjectPropertyData
Implements

Fields

EvaluatedValue

Evaluated value of the project property

Name

Name of the project property

Methods

Equals(MSBuildProjectPropertyData)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

Operators

Equality(MSBuildProjectPropertyData, MSBuildProjectPropertyData)

Operator ==

Inequality(MSBuildProjectPropertyData, MSBuildProjectPropertyData)

Operator !=

Applies to