ProjectConfigProperties Constructor
Initializes a new instance of the ProjectConfigProperties class.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Sub New ( _
projectConfig As ProjectConfig _
)
'Usage
Dim projectConfig As ProjectConfig
Dim instance As New ProjectConfigProperties(projectConfig)
public ProjectConfigProperties(
ProjectConfig projectConfig
)
public:
ProjectConfigProperties(
ProjectConfig^ projectConfig
)
public function ProjectConfigProperties(
projectConfig : ProjectConfig
)
new :
projectConfig:ProjectConfig -> ProjectConfigProperties
Parameters
- projectConfig
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.ProjectConfig
The project configuration to use
.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
ProjectConfigProperties Members
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace