この型の直下で宣言されたプロパティを取得します。
名前空間: Microsoft.Data.Edm
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
ReadOnly Property DeclaredProperties As IEnumerable(Of IEdmProperty)
Get
'使用
Dim instance As IEdmStructuredType
Dim value As IEnumerable(Of IEdmProperty)
value = instance.DeclaredProperties
IEnumerable<IEdmProperty> DeclaredProperties { get; }
property IEnumerable<IEdmProperty^>^ DeclaredProperties {
IEnumerable<IEdmProperty^>^ get ();
}
abstract DeclaredProperties : IEnumerable<IEdmProperty>
function get DeclaredProperties () : IEnumerable<IEdmProperty>
プロパティ値
型: System.Collections.Generic.IEnumerable<IEdmProperty>
この型の直下で宣言されたプロパティ。