GetCompilerReference 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 GetCompilerReference ( _
    <OutAttribute> ByRef ppCompilerReference As Object _
) As Integer
'Usage
Dim instance As IVsIntellisenseProject
Dim ppCompilerReference As Object
Dim returnValue As Integer

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

Parameters

Return Value

Type: System..::..Int32

See Also

Reference

IVsIntellisenseProject Interface

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