Extensions
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.VBProj.Extensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| EnumerateSourceFiles | 2 | Enumerate all of the vb source files in this vbproj. |
| AssemblyInfo | 1 | try to extract the assembly information from the vbproject file |
| GetOutputName | 1 | Get output assembly name |
03 Members
EnumerateSourceFiles(
String)Enumerate all of the vb source files in this vbproj.
Parameters
| Name | Type | Description |
|---|---|---|
vbproj | String | - |
Enumerate all of the vb source files in this vbproj.
Parameters
| Name | Type | Description |
|---|---|---|
vbproj | VBProject | - |
AssemblyInfo(VBProject)
try to extract the assembly information from the vbproject file
Parameters
| Name | Type | Description |
|---|---|---|
vbproj | VBProject | - |
GetOutputName(VBProject)
Get output assembly name
Parameters
| Name | Type | Description |
|---|---|---|
vbproj | VBProject | - |