ISharePointProjectMemberReferenceResolver Interface

Specifies an API that resolves references between SharePoint project items and the items themselves.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
<GuidAttribute("2BFE4625-40CB-47f8-BC7E-A4D86E3A0ACA")> _
Public Interface ISharePointProjectMemberReferenceResolver
[GuidAttribute("2BFE4625-40CB-47f8-BC7E-A4D86E3A0ACA")]
public interface ISharePointProjectMemberReferenceResolver

Methods

  Name Description
Public method ResolveReference<T>(Guid) Returns the object model associated with the referenced SharePoint project item.
Public method ResolveReference<T>(String) Returns the object model associated with the referenced SharePoint project item.
Public method ResolveReference<T>(ISharePointProjectMemberReference) Returns the object model associated with the referenced SharePoint project item.

Top

See Also

Reference

Microsoft.VisualStudio.SharePoint Namespace