C# Класс TagLib.Image.CombinedImageTag

Combines some ImageTag instance to behave as one.
Наследование: ImageTag
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AddTag void
RemoveTag void

Открытые методы

Метод Описание
Clear ( ) : void

Clears all of the child tags.

CombinedImageTag ( TagTypes allowed_types ) : System

Constructs and initializes a new instance of with a restriction on the allowed tag types contained in this combined tag.

Приватные методы

Метод Описание
AddTag ( ImageTag tag ) : void
RemoveTag ( ImageTag tag ) : void

Описание методов

Clear() публичный Метод

Clears all of the child tags.
public Clear ( ) : void
Результат void

CombinedImageTag() публичный Метод

Constructs and initializes a new instance of with a restriction on the allowed tag types contained in this combined tag.
public CombinedImageTag ( TagTypes allowed_types ) : System
allowed_types TagTypes /// A value, which restricts the /// types of metadata that can be contained in this /// combined tag. ///
Результат System