ReferenceNode.ResolveReference Method

When overridden by a derived class finds the full path and other information pertaining to the reference.

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

Syntax

'宣言
Protected Overridable Sub ResolveReference
'使用

Me.ResolveReference()
protected virtual void ResolveReference()
protected:
virtual void ResolveReference()
protected function ResolveReference()

Remarks

By default this method is not implemented. Implementations should use this method to ensure that the physical object represented by this node is fully qualified. For more information, see the implementation in [M:Microsoft.VisualStudio.Package.AssemblyReferenceNode.ResolveReference()].

Permissions

See Also

Reference

ReferenceNode Class

ReferenceNode Members

Microsoft.VisualStudio.Package Namespace