次の方法で共有


AtomTextConstruct クラス

テキスト構造の Atom メタデータ記述 (プレーンテキスト、html、または xhtml) を表します。

継承階層

System.Object
  Microsoft.Data.OData.ODataAnnotatable
    Microsoft.Data.OData.Atom.AtomTextConstruct

名前空間:  Microsoft.Data.OData.Atom
アセンブリ:  Microsoft.Data.OData (Microsoft.Data.OData.dll)

構文

'宣言
Public NotInheritable Class AtomTextConstruct _
    Inherits ODataAnnotatable
'使用
Dim instance As AtomTextConstruct
public sealed class AtomTextConstruct : ODataAnnotatable
public ref class AtomTextConstruct sealed : public ODataAnnotatable
[<SealedAttribute>]
type AtomTextConstruct =  
    class
        inherit ODataAnnotatable
    end
public final class AtomTextConstruct extends ODataAnnotatable

AtomTextConstruct 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド AtomTextConstruct AtomTextConstruct クラスの新しいインスタンスを作成します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Kind テキスト構造 (プレーンテキスト、html、xhtml) の種類を取得または設定します。
パブリック プロパティ Text テキスト コンテンツを取得または設定します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetAnnotation<T> 型によって注釈を取得または設定します。 (ODataAnnotatable から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド SetAnnotation<T> T 型の注釈を設定します。 (ODataAnnotatable から継承されています。)
パブリック メソッド ToString (Object から継承されています。)
パブリック メソッド静的メンバー ToTextConstruct 文字列を AtomTextConstruct インスタンスに変換します。

先頭に戻る

演算子

  名前 説明
パブリック演算子静的メンバー Implicit(String to AtomTextConstruct) 文字列を AtomTextConstruct インスタンスに変換します。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.Data.OData.Atom 名前空間