'Declaration Public Shared Function CreateAnnotationRenderers( _
ByVal annotationsАннотации.As System.Collections.Generic.IEnumerable(Of AnnotationData) _
) As System.Collections.Generic.IList(Of AnnotationRenderer)
public static System.Collections.Generic.IList<AnnotationRenderer> CreateAnnotationRenderers(
System.Collections.Generic.IEnumerable<AnnotationData> annotations
)
public: static System.Collections.Generic.IList<AnnotationRenderer*>* CreateAnnotationRenderers(
System.Collections.Generic.IEnumerable<AnnotationData*>* annotations
)
public:
static System.Collections.Generic.IList<AnnotationRenderer^>^ CreateAnnotationRenderers(
System.Collections.Generic.IEnumerable<AnnotationData^>^ annotations
)
Parameters
- annotations
- Аннотации.
Return Value
Список, содержащий рендереры аннотаций.