IVsProject4.ContainsFileWithItemType Method

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

Syntax

‘선언
Function ContainsFileWithItemType ( _
    pszItemType As String, _
    <OutAttribute> ByRef pfDoesContain As Integer _
) As Integer
‘사용 방법
Dim instance As IVsProject4
Dim pszItemType As String
Dim pfDoesContain As Integer
Dim returnValue As Integer

returnValue = instance.ContainsFileWithItemType(pszItemType, _
    pfDoesContain)
int ContainsFileWithItemType(
    string pszItemType,
    out int pfDoesContain
)
int ContainsFileWithItemType(
    [InAttribute] String^ pszItemType, 
    [OutAttribute] int% pfDoesContain
)
abstract ContainsFileWithItemType : 
        pszItemType:string * 
        pfDoesContain:int byref -> int 
function ContainsFileWithItemType(
    pszItemType : String, 
    pfDoesContain : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsProject4 Interface

IVsProject4 Members

Microsoft.VisualStudio.Shell.Interop Namespace