IVsContainedLanguageHost::InsertImportsDirective Method (UInt16)
Visual Studio 2015
Inserts a markup tag that imports the specified namespace.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- __MIDL_0011
-
Type:
System::UInt16
[in] A string specifying the fully qualified namespace to import.
If this method is given a namespace such as "System.Web.UI" and this method is implemented by an editor that uses ASP.NET, then the following markup is inserted:
<%@import namespace="System.Web.UI" %>
Show: