ProjectItemDefinition.GetMetadataValue(String) Method
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.
Get the value of any metadata in the item that has the specified name, otherwise returns null
public:
System::String ^ GetMetadataValue(System::String ^ name);
public string GetMetadataValue (string name);
member this.GetMetadataValue : string -> string
Public Function GetMetadataValue (name As String) As String
Parameters
- name
- String
The name of the item whose metadata value is to be retrieved.
Returns
The value of any metadata in the item that has the specified name; otherwise returns null.