IAnnotationDictionary.TryGetValue 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 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 | |
---|---|---|
TryGetValue<T>(T%) | Gets the object that has the specified type. | |
TryGetValue(TKey, TValue%) | Gets the value associated with the specified key. (Inherited from IDictionary<Object, Object>.) | |
TryGetValue<T>(Object, T%) | Gets the object that has the specified type and is associated with the specified key. |
Top