IODataInstanceAnnotationContainer.GetResourceAnnotations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get All Annotations from CLR Type
public System.Collections.Generic.IDictionary<string,object> GetResourceAnnotations ();
abstract member GetResourceAnnotations : unit -> System.Collections.Generic.IDictionary<string, obj>
Public Function GetResourceAnnotations () As IDictionary(Of String, Object)
Returns
Dictionary of string(annotation name) and object value(annotation value)