次の方法で共有


EdmStructuredType.DeclaredProperties プロパティ

宣言されたプロパティのコレクションを取得します。

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

構文

'宣言
Public Overridable ReadOnly Property DeclaredProperties As IEnumerable(Of IEdmProperty)
    Get
'使用
Dim instance As EdmStructuredType
Dim value As IEnumerable(Of IEdmProperty)

value = instance.DeclaredProperties
public virtual IEnumerable<IEdmProperty> DeclaredProperties { get; }
public:
virtual property IEnumerable<IEdmProperty^>^ DeclaredProperties {
    IEnumerable<IEdmProperty^>^ get ();
}
abstract DeclaredProperties : IEnumerable<IEdmProperty>
override DeclaredProperties : IEnumerable<IEdmProperty>
function get DeclaredProperties () : IEnumerable<IEdmProperty>

プロパティ値

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

実装

IEdmStructuredType.DeclaredProperties

関連項目

参照

EdmStructuredType クラス

Microsoft.Data.Edm.Library 名前空間