KeyMapEntry.KeyCodePrimary Property
kcmPrimary.Represents the attribte in schema: wne:kcmPrimary
Namespace: DocumentFormat.OpenXml.Office.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "kcmPrimary")> _
Public Property KeyCodePrimary As HexBinaryValue
Get
Set
'使用
Dim instance As KeyMapEntry
Dim value As HexBinaryValue
value = instance.KeyCodePrimary
instance.KeyCodePrimary = value
[SchemaAttrAttribute(, "kcmPrimary")]
public HexBinaryValue KeyCodePrimary { get; set; }
Property Value
Type: DocumentFormat.OpenXml.HexBinaryValue