IVsPropertyBag::SetValue Method (String^, Object^)

 

Adds or updates a named property in the property bag.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void SetValue(
	String^ szName,
	[InAttribute] Object^% pVarValue
)

Parameters

szName
Type: System::String^

[in] Name of the property.

pVarValue
Type: System::Object^

[in] The new or updated value for the property.

Return to top
Show: