次の方法で共有


EdmTypedDirectValueAnnotationBinding<T> クラス

イミディエイト値を持つ EDM 注釈とそれがアタッチされている要素の組み合わせを表します。

継承階層

System.Object
  Microsoft.Data.Edm.Library.Annotations.EdmTypedDirectValueAnnotationBinding<T>

名前空間:  Microsoft.Data.Edm.Library.Annotations
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
Public Class EdmTypedDirectValueAnnotationBinding(Of T) _
    Implements IEdmDirectValueAnnotationBinding
'使用
Dim instance As EdmTypedDirectValueAnnotationBinding(Of T)
public class EdmTypedDirectValueAnnotationBinding<T> : IEdmDirectValueAnnotationBinding
generic<typename T>
public ref class EdmTypedDirectValueAnnotationBinding : IEdmDirectValueAnnotationBinding
type EdmTypedDirectValueAnnotationBinding<'T> =  
    class
        interface IEdmDirectValueAnnotationBinding
    end
JScript では、ジェネリックな型およびメソッドは使用できません。

型パラメーター

  • T
    注釈値の型。

EdmTypedDirectValueAnnotationBinding<T> 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド EdmTypedDirectValueAnnotationBinding<T>() EdmTypedDirectValueAnnotationBinding<T> クラスの新しいインスタンスを初期化します。
パブリック メソッド EdmTypedDirectValueAnnotationBinding<T>(IEdmElement) EdmTypedDirectValueAnnotationBinding<T> クラスの新しいインスタンスを初期化します。
パブリック メソッド EdmTypedDirectValueAnnotationBinding<T>(IEdmElement, T) Element クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Element 注釈のアタッチ先の要素を取得または設定します。
パブリック プロパティ LocalName 注釈のローカル名を取得します。
パブリック プロパティ NamespaceUri 注釈の名前空間 URI を取得します。
パブリック プロパティ Value この注釈の値を取得または設定します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.Data.Edm.Library.Annotations 名前空間