ISharePointProjectItemType 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 SharePoint 项目项的类型。 它使用户能够将自定义数据与类型关联,因为它继承自 IAnnotatedObject 接口。
public interface class ISharePointProjectItemType : Microsoft::VisualStudio::SharePoint::IAnnotatedObject, Microsoft::VisualStudio::SharePoint::ISharePointProjectItemEvents, Microsoft::VisualStudio::SharePoint::ISharePointProjectItemFileEvents
public interface ISharePointProjectItemType : Microsoft.VisualStudio.SharePoint.IAnnotatedObject, Microsoft.VisualStudio.SharePoint.ISharePointProjectItemEvents, Microsoft.VisualStudio.SharePoint.ISharePointProjectItemFileEvents
type ISharePointProjectItemType = interface
interface IAnnotatedObject
interface ISharePointProjectItemEvents
interface ISharePointProjectItemFileEvents
Public Interface ISharePointProjectItemType
Implements IAnnotatedObject, ISharePointProjectItemEvents, ISharePointProjectItemFileEvents
- 实现
属性
Annotations |
获取实例 IAnnotationDictionary,以将自定义数据与实现 IAnnotatedObject 的对象相关联。 (继承自 IAnnotatedObject) |
Id |
获取 SharePoint 项目项类型的唯一 ID。 |
IsValid |
了解项目项是否有效。 |
Name |
获取设计器中显示类型的友好名称。 默认情况下,名称为 ID。 |
ProjectService |
获取 SharePoint 项目服务的实例。 |
SupportedAssemblyDeploymentTargets |
获取此 ProjectItem 支持的程序集的部署位置。 |
SupportedDeploymentScopes |
获取 SharePoint 中支持 ISharePointProjectItem 部署的范围。 |
SupportedTrustLevels |
获取 ISharePointProjectItem 支持的 SharePoint 中的信任级别。 |