write.code_banner {VisualStudio} R Documentation

add source code banner to a given visualbasic source file

Description

Usage

write.code_banner(file, banner,
    rootDir = NULL);

Arguments

file

the file path to the visualbasic source file. [as string]

banner

the source code banner object, which could be read from a xml file via read.banner function. [as LicenseInfo]

rootDir

the parent directory of the vbproj file. [as string]

Details

Authors

devkit

Value

this function returns data object of type CodeStatics.

clr value class

Examples


[Package VisualStudio version 1.0.0.0 Index]