Share via


IDatabaseNode.GetProperty Method

Returns a Visual Studio Integration Partner (VSIP) property, such as VSHPROPID_IsNonMemberItem.

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

Syntax

'Declaration
Function GetProperty ( _
    propId As Integer _
) As Object
Object GetProperty(
    int propId
)
Object^ GetProperty(
    int propId
)
abstract GetProperty : 
        propId:int -> Object 
function GetProperty(
    propId : int
) : Object

Parameters

Return Value

Type: System.Object
The current value of the property.

.NET Framework Security

See Also

Reference

IDatabaseNode Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace