다음을 통해 공유


VCProject.ContainsFileWithItemType 메서드

형식이 지정된 형식에 일치하는 파일이 있는지 여부를 나타냅니다.

네임스페이스:  Microsoft.VisualStudio.VCProjectEngine
어셈블리:  Microsoft.VisualStudio.VCProjectEngine(Microsoft.VisualStudio.VCProjectEngine.dll)

구문

‘선언
Function ContainsFileWithItemType ( _
    ItemType As String _
) As Boolean
bool ContainsFileWithItemType(
    string ItemType
)
bool ContainsFileWithItemType(
    [InAttribute] String^ ItemType
)
abstract ContainsFileWithItemType : 
        ItemType:string -> bool
function ContainsFileWithItemType(
    ItemType : String
) : boolean

매개 변수

  • ItemType
    형식: String

    파일 형식입니다.

반환 값

형식: Boolean
true 파일 형식이 일치 하는 경우는 ItemType 매개 변수입니다. 그렇지 않으면 false.

.NET Framework 보안

참고 항목

참조

VCProject 인터페이스

Microsoft.VisualStudio.VCProjectEngine 네임스페이스