ProjectNode.GetProperty Method (Int32)

Returns the project property value for the supplied property ID.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overrides Function GetProperty ( _
    propId As Integer _
) As Object
'使用
Dim instance As ProjectNode
Dim propId As Integer
Dim returnValue As Object

returnValue = instance.GetProperty(propId)
public override Object GetProperty(
    int propId
)
public:
virtual Object^ GetProperty(
    int propId
) override
public override function GetProperty(
    propId : int
) : Object

Parameters

Return Value

Type: System.Object

The property value for the property ID.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

GetProperty Overload

Microsoft.VisualStudio.Package Namespace