This documentation is archived and is not being maintained.
ProjectMetadata Class
Visual Studio 2010
Represents evaluated design-time metadata.
Assembly: Microsoft.Build (in Microsoft.Build.dll)
The ProjectMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EvaluatedValue | Gets the evaluated metadata value. |
![]() | IsImported | Determines if the metadata originated from an imported file. |
![]() | ItemType | Gets the item type of the containing item definition or item. |
![]() | Name | Gets the name of the metadata. |
![]() | Predecessor | Gets the last metadata (from an item definition or item) that was overridden by this metadata during evaluation. |
![]() | Project | Gets the project that contains this metadata. |
![]() | UnevaluatedValue | Gets or sets the unevaluated metadata value. |
![]() | Xml | Gets the associated project metadata element. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEquatable<ProjectMetadata>::Equals | Compares this project metadata with the given project metadata for equality. |
Never used to represent built-in metadata, like %(Filename). The metadata is always associated with project source code.
The metadata is contained by either by a ProjectItemDefinition or a ProjectItem.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
