C# Class VCFileUtils.Model.VCProjectWrapper

Inheritance: ContainerWrapper
显示文件 Open project: reloZid/vc-fileutils Class Usage Examples

Public Methods

Method Description
GetProjectDirectory ( ) : string
GetProjectRoot ( ) : string
ToString ( ) : string
VCProjectWrapper ( VCProject project ) : System

Protected Methods

Method Description
_AddFile ( string path ) : VCFile
_AddFilter ( string name ) : VCFilter

Method Details

GetProjectDirectory() public method

public GetProjectDirectory ( ) : string
return string

GetProjectRoot() public method

public GetProjectRoot ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

VCProjectWrapper() public method

public VCProjectWrapper ( VCProject project ) : System
project VCProject
return System

_AddFile() protected method

protected _AddFile ( string path ) : VCFile
path string
return VCFile

_AddFilter() protected method

protected _AddFilter ( string name ) : VCFilter
name string
return VCFilter