ProjectLink Sınıfı
İçindekiler
[
Saklamak
]Summary: Represents path of the project.
Module: aspose.imaging.xmp.schemas.xmpdm
Full Name: aspose.imaging.xmp.schemas.xmpdm.ProjectLink
Inheritance: IXmpType, XmpTypeBase
Constructors
| Name | Açıklama |
|---|---|
| ProjectLink() | ProjectLink sınıfının yeni bir örneğini başlatır. |
Properties
| Name | Type | Access | Açıklama |
|---|---|---|---|
| yol | string | r/w | Projeye tam yolu alır veya ayarlar. |
| type | ProjectType | r/w | Dosya türünü alır veya ayarlar. |
Methods
| Name | Açıklama |
|---|---|
| clone() | Bu örneği klonlar. |
| get_xmp_representation() | XMP formatında içerilen değeri döndüren dize. |
Constructor: ProjectLink()
ProjectLink()
ProjectLink sınıfının yeni bir örneğini başlatır.
Method: clone()
clone()
Bu örneği klonlar.
Returns
| Tür | Açıklama |
|---|---|
| System.Object | Üye bazlı bir klon. |
Method: get_xmp_representation()
get_xmp_representation()
XMP formatında içerilen değeri döndüren dize.
Returns
| Tür | Açıklama |
|---|---|
| string | XMP temsilini içeren dizeyi döndürür. |