GetFileCodeModel Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Function GetFileCodeModel ( _
    pProj As Object, _
    pProjectItem As Object, _
    <OutAttribute> ByRef ppCodeModel As Object _
) As Integer
'Usage
Dim instance As IVsIntellisenseProject
Dim pProj As Object
Dim pProjectItem As Object
Dim ppCodeModel As Object
Dim returnValue As Integer

returnValue = instance.GetFileCodeModel(pProj, _
    pProjectItem, ppCodeModel)
int GetFileCodeModel(
    Object pProj,
    Object pProjectItem,
    out Object ppCodeModel
)
int GetFileCodeModel(
    [InAttribute] Object^ pProj, 
    [InAttribute] Object^ pProjectItem, 
    [OutAttribute] Object^% ppCodeModel
)
abstract GetFileCodeModel : 
        pProj:Object * 
        pProjectItem:Object * 
        ppCodeModel:Object byref -> int 
function GetFileCodeModel(
    pProj : Object, 
    pProjectItem : Object, 
    ppCodeModel : Object
) : int

Parameters

Return Value

Type: System..::..Int32

See Also

Reference

IVsIntellisenseProject Interface

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace