Compartir a través de


Category.Priority Property

Priority.Represents the attribte in schema: pri

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
<SchemaAttrAttribute(, "pri")> _
Public Property Priority As UInt32Value
    Get
    Set
'Uso
Dim instance As Category
Dim value As UInt32Value

value = instance.Priority

instance.Priority = value
[SchemaAttrAttribute(, "pri")]
public UInt32Value Priority { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Category Class

Category Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace