VCConfiguration3.SetItemPropertyValue(VCFile, Boolean, String, String) Method

Definition

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

Applies to