MetadataObject.IsPrimitive 方法 (Microsoft.Office.Server.ApplicationRegistry.Administration)

Indicates whether the metadata object is of the specified primitive type.

命名空间: Microsoft.Office.Server.ApplicationRegistry.Administration
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Protected Function IsPrimitive ( _
    type As Type _
) As Boolean
用法
Dim type As Type
Dim returnValue As Boolean

returnValue = Me.IsPrimitive(type)
protected bool IsPrimitive (
    Type type
)

参数

  • type
    A primitive type.

返回值

true if the metadata object is of the specified primitive type; otherwise, false.

另请参阅

参考

MetadataObject 类
MetadataObject 成员
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间