IVsProject4.IsDocumentInProject Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
Function IsDocumentInProject ( _
    pszMkDocument As String, _
    <OutAttribute> ByRef pfFound As Integer, _
    <OutAttribute> pdwPriority As VSDOCUMENTPRIORITY(), _
    <OutAttribute> ByRef pitemid As UInteger _
) As Integer
int IsDocumentInProject(
    string pszMkDocument,
    out int pfFound,
    VSDOCUMENTPRIORITY[] pdwPriority,
    out uint pitemid
)
int IsDocumentInProject(
    [InAttribute] String^ pszMkDocument, 
    [OutAttribute] int% pfFound, 
    [OutAttribute] array<VSDOCUMENTPRIORITY>^ pdwPriority, 
    [OutAttribute] unsigned int% pitemid
)
abstract IsDocumentInProject : 
        pszMkDocument:string * 
        pfFound:int byref * 
        pdwPriority:VSDOCUMENTPRIORITY[] byref * 
        pitemid:uint32 byref -> int 
function IsDocumentInProject(
    pszMkDocument : String, 
    pfFound : int, 
    pdwPriority : VSDOCUMENTPRIORITY[], 
    pitemid : uint
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsProject3.IsDocumentInProject(String, Int32%, array<VSDOCUMENTPRIORITY[], UInt32%)

.NET Framework Security

See Also

Reference

IVsProject4 Interface

Microsoft.VisualStudio.Shell.Interop Namespace