From
Contenu
[
Cacher
]
From<T>(T[], XmpArrayType)
Crée unXmpArray
instance forment un tableau deXmpComplexType
.
public static XmpArray From<T>(T[] array, XmpArrayType type)
where T : XmpComplexType
Paramètre | La description |
---|---|
T | Le type d’élément du tableau source. |
array | Le tableau pour créer unXmpArray depuis. |
type | Le genre duXmpArray . |
Return_Value
UnXmpArray
contenant tous les éléments du tableau d’origine.
Voir également
- enum XmpArrayType
- class XmpComplexType
- class XmpArray
- espace de noms GroupDocs.Metadata.Standards.Xmp
- Assemblée GroupDocs.Metadata
From(string[], XmpArrayType)
Crée unXmpArray
instance forment un tableau de chaînes.
public static XmpArray From(string[] array, XmpArrayType type)
Paramètre | Taper | La description |
---|---|---|
array | String[] | Le tableau pour créer unXmpArray depuis. |
type | XmpArrayType | Le genre duXmpArray . |
Return_Value
UnXmpArray
contenant tous les éléments du tableau d’origine.
Voir également
- enum XmpArrayType
- class XmpArray
- espace de noms GroupDocs.Metadata.Standards.Xmp
- Assemblée GroupDocs.Metadata
From(int[], XmpArrayType)
Crée unXmpArray
instance forment un tableau d’entiers.
public static XmpArray From(int[] array, XmpArrayType type)
Paramètre | Taper | La description |
---|---|---|
array | Int32[] | Le tableau pour créer unXmpArray depuis. |
type | XmpArrayType | Le genre duXmpArray . |
Return_Value
UnXmpArray
contenant tous les éléments du tableau d’origine.
Voir également
- enum XmpArrayType
- class XmpArray
- espace de noms GroupDocs.Metadata.Standards.Xmp
- Assemblée GroupDocs.Metadata
From(DateTime[], XmpArrayType)
Crée unXmpArray
instance forment un tableau de dates.
public static XmpArray From(DateTime[] array, XmpArrayType type)
Paramètre | Taper | La description |
---|---|---|
array | DateTime[] | Le tableau pour créer unXmpArray depuis. |
type | XmpArrayType | Le genre duXmpArray . |
Return_Value
UnXmpArray
contenant tous les éléments du tableau d’origine.
Voir également
- enum XmpArrayType
- class XmpArray
- espace de noms GroupDocs.Metadata.Standards.Xmp
- Assemblée GroupDocs.Metadata
From(double[], XmpArrayType)
Crée unXmpArray
instance forment un double tableau.
public static XmpArray From(double[] array, XmpArrayType type)
Paramètre | Taper | La description |
---|---|---|
array | Double[] | Le tableau pour créer unXmpArray depuis. |
type | XmpArrayType | Le genre duXmpArray . |
Return_Value
UnXmpArray
contenant tous les éléments du tableau d’origine.
Voir également
- enum XmpArrayType
- class XmpArray
- espace de noms GroupDocs.Metadata.Standards.Xmp
- Assemblée GroupDocs.Metadata