ISharePointProjectMemberReferenceResolver.ResolveReference<T> Method (ISharePointProjectMemberReference)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns the object model associated with the referenced SharePoint project item.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Function ResolveReference(Of T As Class) ( _
reference As ISharePointProjectMemberReference _
) As T
T ResolveReference<T>(
ISharePointProjectMemberReference reference
)
where T : class
Type Parameters
- T
The type of the object model associated with the referenced item.
Parameters
reference
Type: Microsoft.VisualStudio.SharePoint.ISharePointProjectMemberReferenceA reference to a SharePoint project item.
Return Value
Type: T
The object model of the reference item, or nulla null reference (Nothing in Visual Basic) if the item cannot be resolved.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.