AnnotationCollection.Delete

Delete(int)

تحذف التعليق من المجموعة حسب الفهرس.

public void Delete(int index)
ParameterTypeDescription
indexInt32فهرس التعليق الذي سيتم حذفه.

See Also


Delete()

تحذف جميع التعليقات من المجموعة.

public void Delete()

See Also


Delete(Annotation)

تحذف التعليق المحدد من المجموعة.

public void Delete(Annotation annotation)
ParameterTypeDescription
annotationAnnotationالتعليق الذي سيتم حذفه.

See Also