WebPublishItem.SourceType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Web ソースの種類
スキーマ内の次の属性を表します: sourceType
[DocumentFormat.OpenXml.SchemaAttr(0, "sourceType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues> SourceType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues> SourceType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "sourceType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues>? SourceType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("sourceType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues>? SourceType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues>? SourceType { get; set; }
member this.SourceType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "sourceType")>]
member this.SourceType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("sourceType")>]
member this.SourceType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues> with get, set
Public Property SourceType As EnumValue(Of WebSourceValues)
プロパティ値
EnumValue<T> を返します。
- 属性