IVsGlobalsCallback2::WriteVariablesToData Method (String^, Object^)
Visual Studio 2015
Writes the name and value of a solution global. How and where the method writes the name and value pair is implementation dependent.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pVariableName
-
Type:
System::String^
[in] Pointer to a string containing the variable's name.
- varData
-
Type:
System::Object^
[in] Pointer to a VARIANT containing the variable's value.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: