次の方法で共有


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> を返します。

属性

適用対象