IVsPropertyBag::SetValue Method (String^, Object^)
Visual Studio 2015
Adds or updates a named property in the property bag.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Parameters
- szName
-
Type:
System::String^
[in] Name of the property.
- pVarValue
-
Type:
System::Object^
[in] The new or updated value for the property.
Show: