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
- 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.