C# 클래스 Microsoft.VisualStudio.R.Package.ProjectSystem.RMsBuildFileSystemFilter

상속: IMsBuildFileSystemFilter
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
IsDirectoryAllowed ( string relativePath, FileAttributes attributes ) : bool
IsFileAllowed ( string relativePath, FileAttributes attributes ) : bool
Seal ( ) : void

비공개 메소드들

메소드 설명
HasExtension ( string filePath ) : bool

메소드 상세

IsDirectoryAllowed() 공개 메소드

public IsDirectoryAllowed ( string relativePath, FileAttributes attributes ) : bool
relativePath string
attributes FileAttributes
리턴 bool

IsFileAllowed() 공개 메소드

public IsFileAllowed ( string relativePath, FileAttributes attributes ) : bool
relativePath string
attributes FileAttributes
리턴 bool

Seal() 공개 메소드

public Seal ( ) : void
리턴 void