IVsWebFormDesignerSupport::AddReference Method (String^)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Adds a reference to the specified page.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pszReference
-
Type:
System::String^
[in] A string containing the full path to the web page to add.
From singlefileeditor.idl:
HRESULT IVsWebFormDesignerSupport::AddReference(
[in] LPCWSTR pszReference
);
Show: