ISharePointProjectItemType.Id 属性

获取 SharePoint 项目项类型的唯一 ID。

命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
ReadOnly Property Id As String
    Get
string Id { get; }

属性值

类型:System.String
一个表示 ID 的字符串。

备注

ID 通常是一个字符串,它将显示为命名空间限定类型。 通过从该 SharePointProjectItemTypeAttribute 项目初始化 ID。为 ISharePointProjectItemTypeProvider 组件提供 ProjectItemTypeId 值。

ID 必须与存储在 .SPData 文件中的 ID 相匹配。

.NET Framework 安全性

请参见

参考

ISharePointProjectItemType 接口

Microsoft.VisualStudio.SharePoint 命名空间