IAnnotationDictionary.GetValue Method
Include Protected Members
Include Inherited Members
Gets the object that has the specified reference type and is associated with the specified key.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetValue<T>() | Gets the object that has the specified reference type. | |
GetValue<T>(Object) | Gets the object that has the specified reference type and is associated with the specified key. |
Top