次の方法で共有


MobileServiceContractResolver.ResolveSystemProperties(Type) メソッド

定義

指定した型のコンマ区切りリストとしてシステム プロパティを返します。 型がシステム プロパティをサポートしていない場合は null を返します。

public virtual Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties ResolveSystemProperties (Type type);
abstract member ResolveSystemProperties : Type -> Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties
override this.ResolveSystemProperties : Type -> Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties
Public Overridable Function ResolveSystemProperties (type As Type) As MobileServiceSystemProperties

パラメーター

type
Type

システム プロパティを取得する型。

戻り値

指定された型のコンマ区切りリストとしてのシステム プロパティ。型がシステム プロパティをサポートしていない場合は null。

適用対象