Share via


ProjectConfig.InternalSetConfigurationProperty Method

Directly sets project properties, without events.

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

Syntax

'Declaration
Protected Sub InternalSetConfigurationProperty ( _
    propertyName As String, _
    propertyValue As String _
)
'Usage
Dim propertyName As String
Dim propertyValue As String

Me.InternalSetConfigurationProperty(propertyName, _
    propertyValue)
protected void InternalSetConfigurationProperty(
    string propertyName,
    string propertyValue
)
protected:
void InternalSetConfigurationProperty(
    String^ propertyName, 
    String^ propertyValue
)
protected function InternalSetConfigurationProperty(
    propertyName : String, 
    propertyValue : String
)
member InternalSetConfigurationProperty : 
        propertyName:string * 
        propertyValue:string -> unit 

Parameters

.NET Framework Security

See Also

Reference

ProjectConfig Class

ProjectConfig Members

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