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