C# Class Microsoft.VisualStudio.R.Package.ProjectSystem.RMsBuildFileSystemFilter

Inheritance: IMsBuildFileSystemFilter
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
IsDirectoryAllowed ( string relativePath, FileAttributes attributes ) : bool
IsFileAllowed ( string relativePath, FileAttributes attributes ) : bool
Seal ( ) : void

Private Methods

Méthode Description
HasExtension ( string filePath ) : bool

Method Details

IsDirectoryAllowed() public méthode

public IsDirectoryAllowed ( string relativePath, FileAttributes attributes ) : bool
relativePath string
attributes FileAttributes
Résultat bool

IsFileAllowed() public méthode

public IsFileAllowed ( string relativePath, FileAttributes attributes ) : bool
relativePath string
attributes FileAttributes
Résultat bool

Seal() public méthode

public Seal ( ) : void
Résultat void