IVsBuildPropertyStorage2.SetPropertyValueEx(String, String, UInt32, String) Methode

Definition

Legt einen Eigenschaftswert fest.

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

Parameter

pszPropName
String

Der Eigenschaftenname.

pszPropertyGroupCondition
String

Die Eigenschaftengruppenbedingung.

storage
UInt32

[in] Speichertyp für Dateipersistenz. Die Werte werden der _PersistStorageType-Enumeration entnommen.

pszPropValue
String

Der Eigenschaftswert.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Gilt für