Share via


IAnnotationDictionary.GetValue<T> Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the object that has the specified reference type.

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

Syntax

'Declaration
Function GetValue(Of T As Class) As T
T GetValue<T>()
where T : class

Type Parameters

  • T
    The type of the object to get. This is the key that is associated with the object. The type must be a reference type.

Return Value

Type: T
The object associated with the specified key, if the key is found; otherwise, nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

IAnnotationDictionary Interface

GetValue Overload

Microsoft.VisualStudio.SharePoint Namespace