ResourceType.PropertiesDeclaredOnThisType 屬性
取得或設定在此類型上宣告的屬性清單。
命名空間: System.Data.Services.Providers
組件: Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)
語法
'宣告
Public ReadOnly Property PropertiesDeclaredOnThisType As ReadOnlyCollection(Of ResourceProperty)
Get
'用途
Dim instance As ResourceType
Dim value As ReadOnlyCollection(Of ResourceProperty)
value = instance.PropertiesDeclaredOnThisType
public ReadOnlyCollection<ResourceProperty> PropertiesDeclaredOnThisType { get; }
public:
property ReadOnlyCollection<ResourceProperty^>^ PropertiesDeclaredOnThisType {
ReadOnlyCollection<ResourceProperty^>^ get ();
}
member PropertiesDeclaredOnThisType : ReadOnlyCollection<ResourceProperty>
function get PropertiesDeclaredOnThisType () : ReadOnlyCollection<ResourceProperty>
屬性值
型別:System.Collections.ObjectModel.ReadOnlyCollection<ResourceProperty>
ResourceProperty 的 ReadOnlyCollection<T>。