IVsReferenceProviderContext::AddReference Method (IVsReference^)

 

Adds a reference to the references collection.

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

void AddReference(
	IVsReference^ pReference
)

Parameters

pReference
Type: Microsoft.VisualStudio.Shell.Interop::IVsReference^

[in] The reference to add to the reference collection.

Return to top
Show: