'Declaration Public Shared Function GetRendererForAnnotationData( _
ByVal annotationDataTypeType of annotation data.As System.Type _
) As System.Type
public static System.Type GetRendererForAnnotationData(
System.Type annotationDataType
)
public: static System.Type* GetRendererForAnnotationData(
System.Type* annotationDataType
)
public:
static System.Type^ GetRendererForAnnotationData(
System.Type^ annotationDataType
)
Parameters
- annotationDataType
- Type of annotation data.
Return Value
Type of annotation renderer if renderer for the annotation data is registered; otherwise, null.