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
參數
- type
型別:System.Type
從中取得基本類型的 Type 類型。
傳回值
型別:System.Data.Services.Providers.ResourceType
資源類型。