Parameter.ParameterType 属性

定义

参数类型

表示架构中的以下属性:parameterType

[DocumentFormat.OpenXml.SchemaAttr(0, "parameterType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues> ParameterType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues> ParameterType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "parameterType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues>? ParameterType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("parameterType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues>? ParameterType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues>? ParameterType { get; set; }
member this.ParameterType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "parameterType")>]
member this.ParameterType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("parameterType")>]
member this.ParameterType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues> with get, set
Public Property ParameterType As EnumValue(Of ParameterValues)

属性值

返回 EnumValue<T>

属性

适用于