IDatabaseNode.SetProperty Method
Sets the VSIP property.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Function SetProperty ( _
propId As Integer, _
value As Object _
) As Integer
'Usage
Dim instance As IDatabaseNode
Dim propId As Integer
Dim value As Object
Dim returnValue As Integer
returnValue = instance.SetProperty(propId, _
value)
int SetProperty(
int propId,
Object value
)
int SetProperty(
int propId,
Object^ value
)
function SetProperty(
propId : int,
value : Object
) : int
abstract SetProperty :
propId:int *
value:Object -> int
Parameters
- propId
Type: System.Int32
The property ID
- value
Type: System.Object
The value to set
Return Value
Type: System.Int32
.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 Namespace