NestedProjectNode.GetProperty Method (Int32)

Gets the property specified by the 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 NestedProjectNode
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

S_OK if the method succeeded, otherwise an error code.

Permissions

See Also

Reference

NestedProjectNode Class

NestedProjectNode Members

GetProperty Overload

Microsoft.VisualStudio.Package Namespace