ISharePointProjectMemberReferenceResolver Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |