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
- raiseEvents
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.EventPropagation
Specifies whether the system should raise events
.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
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace