IVsPropertyBag.SetValue(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds or updates a named property in the property bag.
public:
void SetValue(System::String ^ szName, System::Object ^ % pVarValue);
void SetValue(std::wstring const & szName, winrt::Windows::Foundation::IInspectable const & & pVarValue);
public void SetValue (string szName, ref object pVarValue);
abstract member SetValue : string * obj -> unit
Public Sub SetValue (szName As String, ByRef pVarValue As Object)
Parameters
- szName
- String
[in] Name of the property.
- pVarValue
- Object
[in] The new or updated value for the property.