ProjectConfig.SetConfigurationProperty Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public MustOverride Sub SetConfigurationProperty ( _
propertyName As String, _
propertyValue As String, _
raiseEvents As DatabaseProjectEventPropagation _
)
public abstract void SetConfigurationProperty(
string propertyName,
string propertyValue,
DatabaseProjectEventPropagation raiseEvents
)
public:
virtual void SetConfigurationProperty(
String^ propertyName,
String^ propertyValue,
DatabaseProjectEventPropagation raiseEvents
) abstract
abstract SetConfigurationProperty :
propertyName:string *
propertyValue:string *
raiseEvents:DatabaseProjectEventPropagation -> unit
public abstract function SetConfigurationProperty(
propertyName : String,
propertyValue : String,
raiseEvents : DatabaseProjectEventPropagation
)
Parameters
- propertyName
Type: System.String
The name of the property.
- propertyValue
Type: System.String
The new value for the property.
- raiseEvents
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectEventPropagation
determines 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.Package.Project.Internal Namespace