IVsWebFormDesignerSupport::GetCodeDomProvider Method (Object^)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns the language's code domain object model (DOM) provider.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- ppProvider
-
Type:
System::Object^
[out] Returns an object that represents the code DOM provider.
From singlefileeditor.idl:
HRESULT IVsWebFormDesignerSupport::GetCodeDomProvider( [out] IUnknown **ppProvider );
Show: