Gets the project referred to by this 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 BuildDependency
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 referred to by the build dependency.
Return Value
Type: System.Int32
If unknownProject is a null reference (Nothing in Visual Basic), returns E_FAIL, otherwise returns S_OK.
Implements
IVsBuildDependency.get_ReferredProject(Object%)
Permissions
- 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.