IDatabaseProjectNode.SetProjectProperty Method
Sets a project property
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Sub SetProjectProperty ( _
propertyName As String, _
propertyValue As String, _
comparisonType As PropertyComparisonType, _
raiseEvents As EventPropagation _
)
'Usage
Dim instance As IDatabaseProjectNode
Dim propertyName As String
Dim propertyValue As String
Dim comparisonType As PropertyComparisonType
Dim raiseEvents As EventPropagation
instance.SetProjectProperty(propertyName, _
propertyValue, comparisonType, raiseEvents)
void SetProjectProperty(
string propertyName,
string propertyValue,
PropertyComparisonType comparisonType,
EventPropagation raiseEvents
)
void SetProjectProperty(
String^ propertyName,
String^ propertyValue,
PropertyComparisonType comparisonType,
EventPropagation raiseEvents
)
function SetProjectProperty(
propertyName : String,
propertyValue : String,
comparisonType : PropertyComparisonType,
raiseEvents : EventPropagation
)
abstract SetProjectProperty :
propertyName:string *
propertyValue:string *
comparisonType:PropertyComparisonType *
raiseEvents:EventPropagation -> unit
Parameters
- propertyName
Type: System.String
The name of the property
- propertyValue
Type: System.String
The new value for the property
- comparisonType
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.PropertyComparisonType
Specifies how to compare values
- 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
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace