ISharePointProjectItemDeploymentContext.Feature 属性

定义

获取与项目项关联的主要功能。

public Microsoft.VisualStudio.SharePoint.ISharePointProjectFeature Feature { get; }

属性值

ISharePointProjectFeature

表示 SharePoint 功能的对象。

注解

如果项目项在多个功能中存在,则将使用具有最特定部署范围的功能。

如果多个功能具有相同的部署范围,则使用任意功能。

适用于