'Declaration Public Shared Sub RegisterRendererForAnnotationData( _
ByVal annotationDataTypeТип данных аннотаций.As System.Type, _
ByVal annotationRendererTypeТип рендерера аннотаций.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
- Тип данных аннотаций.
- annotationRendererType
- Тип рендерера аннотаций.