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