IDatabaseProjectReferenceController.KeyOutputBuildVariables Method
Returns a list of build variables that affect the key output for the project.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Function KeyOutputBuildVariables As IList(Of String)
IList<string> KeyOutputBuildVariables()
IList<String^>^ KeyOutputBuildVariables()
abstract KeyOutputBuildVariables : unit -> IList<string>
function KeyOutputBuildVariables() : IList<String>
Return Value
Type: System.Collections.Generic.IList<String>
A list of the key build variables.
Remarks
This handles the typical case where the user has not manually changed the project file. If no manual changes occur, the project references can be loaded automatically at design time, not just during a build.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectReferenceController Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace