IVsContainedLanguageHost::InsertReference Method (UInt16)
Visual Studio 2015
Adds an assembly that is currently in the global assembly cache (GAC).
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- __MIDL_0010
-
Type:
System::UInt16
[in] A string defining the reference to be added. See Remarks for an example.
An example of the string defining the System assembly:
"system,version=1.0.0.1,culture=neutral,publickeytoken=9b35aa32c8d4fb1"
Show: