VCConfiguration3.GetEvaluatedItemPropertyValue 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.
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