ISharePointProjectItemType 接口
表示 SharePoint 项目项的类型。由于它继承自 IAnnotatedObject 接口,因此允许用户关联自定义数据和类型。
命名空间: Microsoft.VisualStudio.SharePoint
程序集: Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Public Interface ISharePointProjectItemType _
Inherits IAnnotatedObject, ISharePointProjectItemEvents, ISharePointProjectItemFileEvents
public interface ISharePointProjectItemType : IAnnotatedObject,
ISharePointProjectItemEvents, ISharePointProjectItemFileEvents
ISharePointProjectItemType 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Annotations | 获取实例 IAnnotationDictionary,以便关联自定义数据和实现 IAnnotatedObject 接口的对象。 (继承自 IAnnotatedObject。) | |
Id | 获取 SharePoint 项目项类型的唯一 ID。 | |
IsValid | 获取项目项是否有效。 | |
Name | 获取设计器中显示的类型的友好名称。默认情况下,该名称即为 ID。 | |
ProjectService | 获取 SharePoint 项目服务的实例。 | |
SupportedAssemblyDeploymentTargets | 获取此 ProjectItem 支持的程序集的部署位置。 | |
SupportedDeploymentScopes | 获取在 SharePoint 中支持的 ISharePointProjectItem 部署范围。 | |
SupportedTrustLevels | 获取 ISharePointProjectItem 在 SharePoint 中支持的信任级别。 |
页首
事件
页首