ISharePointProjectMemberReferenceResolver Interface

Definition

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

public interface class ISharePointProjectMemberReferenceResolver
[System.Runtime.InteropServices.Guid("2BFE4625-40CB-47f8-BC7E-A4D86E3A0ACA")]
public interface ISharePointProjectMemberReferenceResolver
[<System.Runtime.InteropServices.Guid("2BFE4625-40CB-47f8-BC7E-A4D86E3A0ACA")>]
type ISharePointProjectMemberReferenceResolver = interface
Public Interface ISharePointProjectMemberReferenceResolver
Attributes

Methods

ResolveReference<T>(Guid)

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.

ResolveReference<T>(String)

Returns the object model associated with the referenced SharePoint project item.

Applies to