nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio / Extensions

Extensions

Full name Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.VBProj.Extensions Assembly Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio Members 4

01 Syntax

Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.VBProj.Extensions

02 Methods

NameOverloadsSummary
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

method EnumerateSourceFiles overload 2 #
EnumerateSourceFiles(String)

Enumerate all of the vb source files in this vbproj.

Parameters
NameTypeDescription
vbprojString

-

method EnumerateSourceFiles #
EnumerateSourceFiles(VBProject, Boolean, Boolean)

Enumerate all of the vb source files in this vbproj.

Parameters
NameTypeDescription
vbprojVBProject

-

method AssemblyInfo #
AssemblyInfo(VBProject)

try to extract the assembly information from the vbproject file

Parameters
NameTypeDescription
vbprojVBProject

-

method GetOutputName #
GetOutputName(VBProject)

Get output assembly name

Parameters
NameTypeDescription
vbprojVBProject

-