Initializes a new instance of ProjectConfig for the supplied project and configuration name. Additionally populates the output group array.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
project As ProjectNode, _
configuration As String _
)
'使用
Dim project As ProjectNode
Dim configuration As String
Dim instance As New ProjectConfig(project, _
configuration)
public ProjectConfig(
ProjectNode project,
string configuration
)
public:
ProjectConfig(
ProjectNode^ project,
String^ configuration
)
public function ProjectConfig(
project : ProjectNode,
configuration : String
)
Parameters
project
Type: Microsoft.VisualStudio.Package.ProjectNodeThe project to which this configuration belongs.
configuration
Type: System.StringThe name of the configuration.
Permissions
- 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.