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>。