PackageRelationship.RelationshipType Propiedad
Definición
Obtiene el nombre de tipo calificado de la relación.Gets the qualified type name of the relationship.
public:
property System::String ^ RelationshipType { System::String ^ get(); };
public string RelationshipType { get; }
member this.RelationshipType : string
Public ReadOnly Property RelationshipType As String
Valor de propiedad
El nombre de tipo calificado de la relación.The qualified type name of the relationship.
Comentarios
RelationshipTypeSe especifica en la llamada al paquete.CreateRelationshipThe RelationshipType is specified in the call to the Package.CreateRelationship o PackagePart.CreateRelationshipor PackagePart.CreateRelationship método que creó la relación.method that created the relationship. Una vez creada la relación, RelationshipType no se puede cambiar.After the relationship is created, the RelationshipType cannot be changed.
RelationshipType se define en una sintaxis de tipo URI e identifica el rol de la relación.RelationshipType is defined in a URI-like syntax and identifies the role of the relationship. Por ejemplo, "http://schemas.microsoft.com/xps/2005/06/required-resource"
identifica la relación con una parte de destino que es un "recurso necesario".For example, "http://schemas.microsoft.com/xps/2005/06/required-resource"
identifies the relationship to a target part that is a "required-resource."
Tipos de relaciones de todo el paquetePackage-Wide Relationship Types
DescripciónDescription | Tipo de relaciónRelationship Type |
---|---|
Propiedades básicasCore Properties | http://schemas.microsoft.com/package/2006/relationships/metadata/core-properties |
Firma digitalDigital Signature | http://schemas.microsoft.com/package/2006/relationships/digital-signature/signature |
Certificado de firma digitalDigital Signature Certificate | http://schemas.microsoft.com/package/2006/relationships/digital-signature/certificate |
Origen de la firma digitalDigital Signature Origin | http://schemas.microsoft.com/package/2006/relationships/digital-signature/origin |
ThumbnailThumbnail | http://schemas.microsoft.com/package/2006/relationships/metadata/thumbnail |
Para obtener más información acerca de los tipos de relación de paquetes, consulte el capítulo 3 y el Apéndice I de la especificación Open Packaging Conventions disponible para su descarga en https://go.microsoft.com/fwlink/?LinkID=71255 .For more information about package relationship types see Chapter 3 and Appendix I of the Open Packaging Conventions specification available for download at https://go.microsoft.com/fwlink/?LinkID=71255.