VCConfiguration3.GetEvaluatedItemPropertyValue Method

Definition

public:
 System::String ^ GetEvaluatedItemPropertyValue(Microsoft::VisualStudio::VCProjectEngine::VCFile ^ pFile, bool useInheritedValueIfNotSet, System::String ^ bstrPropertyName);
[System.Runtime.InteropServices.DispId(1610874883)]
public string GetEvaluatedItemPropertyValue (Microsoft.VisualStudio.VCProjectEngine.VCFile pFile, bool useInheritedValueIfNotSet, string bstrPropertyName);
[<System.Runtime.InteropServices.DispId(1610874883)>]
abstract member GetEvaluatedItemPropertyValue : Microsoft.VisualStudio.VCProjectEngine.VCFile * bool * string -> string
Public Function GetEvaluatedItemPropertyValue (pFile As VCFile, useInheritedValueIfNotSet As Boolean, bstrPropertyName As String) As String

Parameters

pFile
VCFile
useInheritedValueIfNotSet
Boolean
bstrPropertyName
String

Returns

Attributes

Applies to