IVsBuildPropertyStorage2.SetPropertyValueEx(String, String, UInt32, String) Метод

Определение

Задает значение свойства.

public:
 int SetPropertyValueEx(System::String ^ pszPropName, System::String ^ pszPropertyGroupCondition, System::UInt32 storage, System::String ^ pszPropValue);
public:
 int SetPropertyValueEx(Platform::String ^ pszPropName, Platform::String ^ pszPropertyGroupCondition, unsigned int storage, Platform::String ^ pszPropValue);
int SetPropertyValueEx(std::wstring const & pszPropName, std::wstring const & pszPropertyGroupCondition, unsigned int storage, std::wstring const & pszPropValue);
public int SetPropertyValueEx (string pszPropName, string pszPropertyGroupCondition, uint storage, string pszPropValue);
abstract member SetPropertyValueEx : string * string * uint32 * string -> int
Public Function SetPropertyValueEx (pszPropName As String, pszPropertyGroupCondition As String, storage As UInteger, pszPropValue As String) As Integer

Параметры

pszPropName
String

Имя свойства.

pszPropertyGroupCondition
String

Условие группы свойств.

storage
UInt32

[in] Тип хранилища для хранения файла. Значения берутся из перечисления _PersistStorageType.

pszPropValue
String

Значение свойства.

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Применяется к