IVsGlobalsCallback::WriteVariablesToData Method (String^, Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

void WriteVariablesToData(
	String^ pVariableName,
	[InAttribute] Object^% varData
)

Parameters

pVariableName
Type: System::String^

The variable name.

varData
Type: System::Object^

The data.

Return to top
Show: