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