원자 메타데이터에서 다른 종류의 텍스트 콘텐츠를 지정합니다.
네임스페이스: Microsoft.Data.OData.Atom
어셈블리: Microsoft.Data.OData(Microsoft.Data.OData.dll)
구문
‘선언
Public Enumeration AtomTextConstructKind
‘사용 방법
Dim instance As AtomTextConstructKind
public enum AtomTextConstructKind
public enum class AtomTextConstructKind
type AtomTextConstructKind
public enum AtomTextConstructKind
멤버
| 멤버 이름 | 설명 | |
|---|---|---|
| Text | 일반 텍스트입니다. | |
| Html | Html 텍스트입니다. | |
| Xhtml | xhtml 텍스트입니다. |