OAProjectReference.SourceProject Property

Gets the project associated with this project reference.

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

Syntax

'宣言
Public Overrides ReadOnly Property SourceProject As Project
'使用
Dim instance As OAProjectReference
Dim value As Project

value = instance.SourceProject
public override Project SourceProject { get; }
public:
virtual property Project^ SourceProject {
    Project^ get () override;
}
public override function get SourceProject () : Project

Property Value

Type: Project

Project.

Permissions

See Also

Reference

OAProjectReference Class

OAProjectReference Members

Microsoft.VisualStudio.Package.Automation Namespace