VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Metadata Namespace / TypedMetadataNode<T> Class
Члены типа Объект Синтаксис Иерархия Требования Смотрите также
В этом разделе
    Класс TypedMetadataNode<T>
    В этом разделе
    Узел метаданных, в котором хранится значение указанного типа.
    Объектная модель
    MetadataNode MetadataNodeList TypedMetadataNode<T>
    Синтаксис
    'Declaration
    
    Public Class TypedMetadataNode(Of T
    The type of node value.
    ) Inherits MetadataNode
    public class TypedMetadataNode<T> : MetadataNode
    
    
    public __gc class TypedMetadataNode<T> : public MetadataNode*
    
    
    generic<typename T>
    public ref class TypedMetadataNode : public MetadataNode^
    
    

    Type Parameters

    T
    The type of node value.
    Иерархия наследования

    System.Object
       Vintasoft.Imaging.Metadata.MetadataNode
          Vintasoft.Imaging.Metadata.TypedMetadataNode<T>
             Vintasoft.Imaging.Metadata.StringMetadataNode
             Vintasoft.Imaging.Metadata.IntMetadataNode

    Требования

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

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