ResourceType.PropertiesDeclaredOnThisType 属性

定义

在此类型上声明的属性的列表。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Services::Providers::ResourceProperty ^> ^ PropertiesDeclaredOnThisType { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Services::Providers::ResourceProperty ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Providers.ResourceProperty> PropertiesDeclaredOnThisType { get; }
member this.PropertiesDeclaredOnThisType : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Providers.ResourceProperty>
Public ReadOnly Property PropertiesDeclaredOnThisType As ReadOnlyCollection(Of ResourceProperty)

属性值

ResourcePropertyReadOnlyCollection<T>

适用于