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
- propId
Type: System.Int32
The property to return. For more information, see __VSHPROPID and __VSHPROPID2.
Return Value
Type: System.Object
The current value of the property.
.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 Namespace