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 | |
---|---|---|
ResolveReference<T>(Guid) | Returns the object model associated with the referenced SharePoint project item. | |
ResolveReference<T>(String) | Returns the object model associated with the referenced SharePoint project item. | |
ResolveReference<T>(ISharePointProjectMemberReference) | Returns the object model associated with the referenced SharePoint project item. |
Top