共用方式為


IEdmStructuredType.DeclaredProperties 屬性

取得在此型別內即時宣告的屬性。

命名空間:  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>
在此型別內即時宣告的屬性。

請參閱

參考

IEdmStructuredType 介面

Microsoft.Data.Edm 命名空間