IVsWebFormDesignerSupport.GetCodeDomProvider Method

This API supports the .NET Framework 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)

Syntax

'宣告
Function GetCodeDomProvider ( _
    <OutAttribute> ByRef ppProvider As Object _
) As Integer
'用途
Dim instance As IVsWebFormDesignerSupport
Dim ppProvider As Object
Dim returnValue As Integer

returnValue = instance.GetCodeDomProvider(ppProvider)
int GetCodeDomProvider(
    out Object ppProvider
)
int GetCodeDomProvider(
    [OutAttribute] Object^% ppProvider
)
abstract GetCodeDomProvider : 
        ppProvider:Object byref -> int 
function GetCodeDomProvider(
    ppProvider : Object
) : int

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.

Remarks

COM Signature

From singlefileeditor.idl:

HRESULT IVsWebFormDesignerSupport::GetCodeDomProvider(
   [out] IUnknown **ppProvider
);

.NET Framework Security

See Also

Reference

IVsWebFormDesignerSupport Interface

IVsWebFormDesignerSupport Members

Microsoft.VisualStudio.TextManager.Interop Namespace