ProjectConfig.SetConfigurationProperty Method

Sets the value of the named property.

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

Syntax

'Declaration
Public MustOverride Sub SetConfigurationProperty ( _
    propertyName As String, _
    propertyValue As String, _
    raiseEvents As EventPropagation _
)
'Usage
Dim instance As ProjectConfig
Dim propertyName As String
Dim propertyValue As String
Dim raiseEvents As EventPropagation

instance.SetConfigurationProperty(propertyName, _
    propertyValue, raiseEvents)
public abstract void SetConfigurationProperty(
    string propertyName,
    string propertyValue,
    EventPropagation raiseEvents
)
public:
virtual void SetConfigurationProperty(
    String^ propertyName, 
    String^ propertyValue, 
    EventPropagation raiseEvents
) abstract
public abstract function SetConfigurationProperty(
    propertyName : String, 
    propertyValue : String, 
    raiseEvents : EventPropagation
)
abstract SetConfigurationProperty : 
        propertyName:string * 
        propertyValue:string * 
        raiseEvents:EventPropagation -> unit 

Parameters

  • propertyName
    Type: System.String
    Name of the configuration property
  • propertyValue
    Type: System.String
    New value of the configuration property

.NET Framework Security

See Also

Reference

ProjectConfig Class

ProjectConfig Members

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