ResourceType.GetPrimitiveResourceType メソッド

Type オブジェクトが指定された場合に、プリミティブ型を表すリソースの種類を取得します。

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

構文

'宣言
Public Shared Function GetPrimitiveResourceType ( _
    type As Type _
) As ResourceType
'使用
Dim type As Type
Dim returnValue As ResourceType

returnValue = ResourceType.GetPrimitiveResourceType(type)
public static ResourceType GetPrimitiveResourceType(
    Type type
)
public:
static ResourceType^ GetPrimitiveResourceType(
    Type^ type
)
static member GetPrimitiveResourceType : 
        type:Type -> ResourceType 
public static function GetPrimitiveResourceType(
    type : Type
) : ResourceType

パラメーター

戻り値

型: System.Data.Services.Providers.ResourceType
リソースの種類。

関連項目

参照

ResourceType クラス

System.Data.Services.Providers 名前空間