'Declaration Public Shared Sub RegisterViewForAnnotationData( _
ByVal annotationDataTypeТип данных аннотации.As System.Type, _
ByVal annotationViewTypeТип представления аннотации.As System.Type _
)
public static void RegisterViewForAnnotationData(
System.Type annotationDataType,
System.Type annotationViewType
)
public: static void RegisterViewForAnnotationData(
System.Type* annotationDataType,
System.Type* annotationViewType
)
public:
static void RegisterViewForAnnotationData(
System.Type^ annotationDataType,
System.Type^ annotationViewType
)
Parameters
- annotationDataType
- Тип данных аннотации.
- annotationViewType
- Тип представления аннотации.