IVsProject4.ContainsFileEndingWith Method

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

Syntax

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

returnValue = instance.ContainsFileEndingWith(pszEndingWith, _
    pfDoesContain)
int ContainsFileEndingWith(
    string pszEndingWith,
    out int pfDoesContain
)
int ContainsFileEndingWith(
    [InAttribute] String^ pszEndingWith, 
    [OutAttribute] int% pfDoesContain
)
abstract ContainsFileEndingWith : 
        pszEndingWith:string * 
        pfDoesContain:int byref -> int 
function ContainsFileEndingWith(
    pszEndingWith : 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