VCConfiguration3.SetItemPropertyValue(VCFile, Boolean, String, 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.
public:
void SetItemPropertyValue(Microsoft::VisualStudio::VCProjectEngine::VCFile ^ pFile, bool useConfigurationCondition, System::String ^ bstrPropertyName, System::String ^ bstrPropertyValue);
[System.Runtime.InteropServices.DispId(1610874884)]
public void SetItemPropertyValue (Microsoft.VisualStudio.VCProjectEngine.VCFile pFile, bool useConfigurationCondition, string bstrPropertyName, string bstrPropertyValue);
[<System.Runtime.InteropServices.DispId(1610874884)>]
abstract member SetItemPropertyValue : Microsoft.VisualStudio.VCProjectEngine.VCFile * bool * string * string -> unit
Public Sub SetItemPropertyValue (pFile As VCFile, useConfigurationCondition As Boolean, bstrPropertyName As String, bstrPropertyValue As String)
Parameters
- pFile
- VCFile
- useConfigurationCondition
- Boolean
- bstrPropertyName
- String
- bstrPropertyValue
- String
- Attributes