C# 클래스 TagLib.Image.CombinedImageTag

Combines some ImageTag instance to behave as one.
상속: ImageTag
파일 보기 프로젝트 열기: rubenv/tripod 1 사용 예제들

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