IVsWebFormDesignerSupport::GetCodeDomProvider Method (Object^)

 

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.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

int GetCodeDomProvider(
	[OutAttribute] Object^% ppProvider
)

Parameters

ppProvider
Type: System::Object^

[out] Returns an object that represents the code DOM provider.

Return Value

Type: System::Int32

If successful, returns S_OK; otherwise, returns an error code.

From singlefileeditor.idl:

HRESULT IVsWebFormDesignerSupport::GetCodeDomProvider(
   [out] IUnknown **ppProvider
);
Return to top
Show: