NestedProjectBuildDependency.get_ReferredProject Method

Gets the project for which this is a build dependency.

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

Syntax

'宣言
Public Function get_ReferredProject ( _
    <OutAttribute> ByRef unknownProject As Object _
) As Integer
'使用
Dim instance As NestedProjectBuildDependency
Dim unknownProject As Object
Dim returnValue As Integer

returnValue = instance.get_ReferredProject(unknownProject)
public int get_ReferredProject(
    out Object unknownProject
)
public:
virtual int get_ReferredProject(
    [OutAttribute] Object^% unknownProject
) sealed
public final function get_ReferredProject(
    unknownProject : Object
) : int

Parameters

  • unknownProject
    Type: System.Object%

    [out] The project for which this is a build dependency.

Return Value

Type: System.Int32

S_OK, or E_FAIL if the project is a null reference (Nothing in Visual Basic).

Implements

IVsBuildDependency.get_ReferredProject(Object%)

Remarks

This method is an implementation of get_ReferredProject.

Permissions

See Also

Reference

NestedProjectBuildDependency Class

NestedProjectBuildDependency Members

Microsoft.VisualStudio.Package Namespace