IAnnotationDictionary.GetValue Method
Include Protected Members
Include Inherited Members
[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 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