IVsBuildPropertyStorage2::SetPropertyValueEx Method (String^, String^, UInt32, String^)

 

Sets a property value.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: