IVsBuildPropertyStorage2::SetPropertyValueEx Method (String^, String^, UInt32, String^)
Visual Studio 2015
Sets a property value.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
int SetPropertyValueEx( String^ pszPropName, String^ pszPropertyGroupCondition, unsigned int storage, String^ pszPropValue )
Parameters
- pszPropName
-
Type:
System::String^
The property name.
- pszPropertyGroupCondition
-
Type:
System::String^
The property group condition.
- storage
-
Type:
System::UInt32
[in] Storage type for file persistence. Values are taken from the _PersistStorageType enumeration.
- pszPropValue
-
Type:
System::String^
The property value.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: