次の方法で共有


ResourceType.Properties プロパティ

定義

宣言されたこの型のプロパティのリストを取得します。このリストには、この型で定義されたプロパティだけが含まれ、基本型で定義されたプロパティは含まれません。

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

プロパティ値

ReadOnlyCollection<T>ResourceProperty

適用対象