'Declaration Public Shared Sub RegisterRendererForAnnotationData( _
ByVal annotationDataTypeType of annotation data.As System.Type, _
ByVal annotationRendererTypeType of annotation renderer.As System.Type _
)
public static void RegisterRendererForAnnotationData(
System.Type annotationDataType,
System.Type annotationRendererType
)
public: static void RegisterRendererForAnnotationData(
System.Type* annotationDataType,
System.Type* annotationRendererType
)
public:
static void RegisterRendererForAnnotationData(
System.Type^ annotationDataType,
System.Type^ annotationRendererType
)
Parameters
- annotationDataType
- Type of annotation data.
- annotationRendererType
- Type of annotation renderer.