DataSourceValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
书目数据源类型
public enum DataSourceValues
public readonly struct DataSourceValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Bibliography.DataSourceValues>, IEquatable<DocumentFormat.OpenXml.Bibliography.DataSourceValues>
type DataSourceValues =
type DataSourceValues = struct
interface IEnumValue
interface IEnumValueFactory<DataSourceValues>
Public Enum DataSourceValues
Public Structure DataSourceValues
Implements IEnumValue, IEnumValueFactory(Of DataSourceValues), IEquatable(Of DataSourceValues)
- 继承
-
DataSourceValues
- 继承
-
DataSourceValues
字段
名称 | 值 | 说明 |
---|---|---|
ArticleInAPeriodical | 0 | 期刊中的文章。 当项序列化为 xml 时,其值为“ArticleInAPeriodical”。 |
Book | 1 | 书。 当项序列化为 xml 时,其值为“Book”。 |
BookSection | 2 | 书籍部分。 当项序列化为 xml 时,其值为“BookSection”。 |
JournalArticle | 3 | 日记文章。 当项序列化为 xml 时,其值为“JournalArticle”。 |
ConferenceProceedings | 4 | 会议记录。 当项目序列化为 xml 时,其值为“ConferenceProceedings”。 |
Report | 5 | 记者。 当项序列化为 xml 时,其值为“Report”。 |
SoundRecording | 6 | 录音。 当项序列化为 xml 时,其值为“SoundRecording”。 |
Performance | 7 | 性能。 当项序列化为 xml 时,其值为“Performance”。 |
Art | 8 | 艺术。 当项序列化为 xml 时,其值为“Art”。 |
DocumentFromInternetSite | 9 | 来自 Internet 站点的文档。 当项目序列化为 xml 时,其值为“DocumentFromInternetSite”。 |
InternetSite | 10 | Internet 站点。 当项序列化为 xml 时,其值为“InternetSite”。 |
Film | 11 | 影片。 当项序列化为 xml 时,其值为“Film”。 |
Interview | 12 | 面试。 当项目序列化为 xml 时,其值为“Interview”。 |
Patent | 13 | 专利。 当项序列化为 xml 时,其值为“Patent”。 |
ElectronicSource | 14 | 电子源。 当项序列化为 xml 时,其值为“ElectronicSource”。 |
Case | 15 | 箱。 当项序列化为 xml 时,其值为“Case”。 |
Miscellaneous | 16 | 杂项。 当项序列化为 xml 时,其值为“杂项”。 |
Art | 艺术。 当项序列化为 xml 时,其值为“Art”。 |
|
ArticleInAPeriodical | 期刊中的文章。 当项序列化为 xml 时,其值为“ArticleInAPeriodical”。 |
|
Book | 书。 当项序列化为 xml 时,其值为“Book”。 |
|
BookSection | 书籍部分。 当项序列化为 xml 时,其值为“BookSection”。 |
|
Case | 箱。 当项序列化为 xml 时,其值为“Case”。 |
|
ConferenceProceedings | 会议记录。 当项目序列化为 xml 时,其值为“ConferenceProceedings”。 |
|
DataSourceValues(String) | 创建新的 DataSourceValues 枚举实例 |
|
DocumentFromInternetSite | 来自 Internet 站点的文档。 当项目序列化为 xml 时,其值为“DocumentFromInternetSite”。 |
|
ElectronicSource | 电子源。 当项序列化为 xml 时,其值为“ElectronicSource”。 |
|
Equality(DataSourceValues, DataSourceValues) | ||
Equals(DataSourceValues) | ||
Equals(Object) | ||
Film | 影片。 当项序列化为 xml 时,其值为“Film”。 |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<DataSourceValues>.Create(String) | ||
Inequality(DataSourceValues, DataSourceValues) | ||
InternetSite | Internet 站点。 当项序列化为 xml 时,其值为“InternetSite”。 |
|
Interview | 面试。 当项目序列化为 xml 时,其值为“Interview”。 |
|
JournalArticle | 日记文章。 当项序列化为 xml 时,其值为“JournalArticle”。 |
|
Miscellaneous | 杂项。 当项序列化为 xml 时,其值为“杂项”。 |
|
Patent | 专利。 当项序列化为 xml 时,其值为“Patent”。 |
|
Performance | 性能。 当项序列化为 xml 时,其值为“Performance”。 |
|
Report | 记者。 当项序列化为 xml 时,其值为“Report”。 |
|
SoundRecording | 录音。 当项序列化为 xml 时,其值为“SoundRecording”。 |
|
ToString() |