IVsBuildPropertyStorage2.SetPropertyValueEx(String, String, UInt32, String) Método

Definição

Define um valor da propriedade.

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

Parâmetros

pszPropName
String

O nome da propriedade.

pszPropertyGroupCondition
String

A condição do grupo de propriedades.

storage
UInt32

no Tipo de armazenamento para persistência de arquivo. Os valores são obtidos da _PersistStorageType enumeração.

pszPropValue
String

O valor da propriedade.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Aplica-se a