次の方法で共有


IDataServiceConfiguration.RegisterKnownType メソッド

データ サービスで使用されるリソース型を登録します。

名前空間:  System.Data.Services
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Sub RegisterKnownType ( _
    type As Type _
)
'使用
Dim instance As IDataServiceConfiguration
Dim type As Type

instance.RegisterKnownType(type)
void RegisterKnownType(
    Type type
)
void RegisterKnownType(
    Type^ type
)
abstract RegisterKnownType : 
        type:Type -> unit 
function RegisterKnownType(
    type : Type
)

パラメーター

関連項目

参照

IDataServiceConfiguration インターフェイス

System.Data.Services 名前空間