次の方法で共有


ExtensionMethods.DeclaredStructuralProperties メソッド (IEdmStructuredTypeReference)

宣言された構造プロパティを取得します。

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

構文

'宣言
<ExtensionAttribute> _
Public Shared Function DeclaredStructuralProperties ( _
    type As IEdmStructuredTypeReference _
) As IEnumerable(Of IEdmStructuralProperty)
'使用
Dim type As IEdmStructuredTypeReference
Dim returnValue As IEnumerable(Of IEdmStructuralProperty)

returnValue = type.DeclaredStructuralProperties()
public static IEnumerable<IEdmStructuralProperty> DeclaredStructuralProperties(
    this IEdmStructuredTypeReference type
)
[ExtensionAttribute]
public:
static IEnumerable<IEdmStructuralProperty^>^ DeclaredStructuralProperties(
    IEdmStructuredTypeReference^ type
)
static member DeclaredStructuralProperties : 
        type:IEdmStructuredTypeReference -> IEnumerable<IEdmStructuralProperty> 
public static function DeclaredStructuralProperties(
    type : IEdmStructuredTypeReference
) : IEnumerable<IEdmStructuralProperty>

パラメーター

戻り値

型: System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
宣言された構造プロパティのコレクション。

使用に関するメモ

Visual Basic および C# では、このメソッドを型 IEdmStructuredTypeReference の任意のオブジェクトのインスタンス メソッドとして呼び出すことができます。このメソッドを呼び出すためにインスタンス メソッドの構文を使う場合は、最初のパラメーターを省略してください。詳細については、「https://msdn.microsoft.com/ja-jp/library/bb384936(v=vs.103)」または「https://msdn.microsoft.com/ja-jp/library/bb383977(v=vs.103)」を参照してください。

関連項目

参照

ExtensionMethods クラス

DeclaredStructuralProperties オーバーロード

Microsoft.Data.Edm 名前空間