IDatabaseProjectNode.GetBuildFilesInProjectFileOrder Method

Returns a list of the files with a build action of Build in a dictionary. The values in the dictionary represent the order in which they appear in the project file.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Sub GetBuildFilesInProjectFileOrder ( _
    forceAbsolutePath As Boolean, _
    <OutAttribute> ByRef files As IList(Of String) _
)
'Usage
Dim instance As IDatabaseProjectNode
Dim forceAbsolutePath As Boolean
Dim files As IList(Of String)

instance.GetBuildFilesInProjectFileOrder(forceAbsolutePath, _
    files)
void GetBuildFilesInProjectFileOrder(
    bool forceAbsolutePath,
    out IList<string> files
)
void GetBuildFilesInProjectFileOrder(
    bool forceAbsolutePath, 
    [OutAttribute] IList<String^>^% files
)
function GetBuildFilesInProjectFileOrder(
    forceAbsolutePath : boolean, 
    files : IList<String>
)
abstract GetBuildFilesInProjectFileOrder : 
        forceAbsolutePath:bool * 
        files:IList<string> -> unit 

Parameters

  • forceAbsolutePath
    Type: System.Boolean
    Specifies whether all paths are absolute

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

IDatabaseProjectNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace