VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI.Undo Namespace / AnnotationVisualToolUndoMonitor Class / GetAnnotationName(AnnotationView) Method
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    GetAnnotationName(AnnotationView) Метод (AnnotationVisualToolUndoMonitor)
    В этом разделе
    Возвращает имя аннотации.
    Синтаксис
    'Declaration
    
    Protected Overridable Function GetAnnotationName( _
    ByVal annotationView
    Вид аннотации.
    As Vintasoft.Imaging.Annotation.UI.AnnotationView _
    ) As System.String
    protected virtual System.String GetAnnotationName(
    Vintasoft.Imaging.Annotation.UI.AnnotationView annotationView
    )
    protected: virtual System.String GetAnnotationName(
    Vintasoft.Imaging.Annotation.UI.AnnotationView* annotationView
    )
    protected:
    virtual System.String GetAnnotationName(
    Vintasoft.Imaging.Annotation.UI.AnnotationView^ annotationView
    )

    Parameters

    annotationView
    Вид аннотации.

    Return Value

    Имя аннотации.
    Исключения
    ИсключениеОписание
    Выбрасывается, если view имеет значение null.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также