ISharePointProjectItemTypeDefinition.SupportedDeploymentScopes Property

Definition

Gets or sets the scope at which the deployment of the ISharePointProjectItem is supported in SharePoint.

public:
 property Microsoft::VisualStudio::SharePoint::SupportedDeploymentScopes SupportedDeploymentScopes { Microsoft::VisualStudio::SharePoint::SupportedDeploymentScopes get(); void set(Microsoft::VisualStudio::SharePoint::SupportedDeploymentScopes value); };
public Microsoft.VisualStudio.SharePoint.SupportedDeploymentScopes SupportedDeploymentScopes { get; set; }
member this.SupportedDeploymentScopes : Microsoft.VisualStudio.SharePoint.SupportedDeploymentScopes with get, set
Public Property SupportedDeploymentScopes As SupportedDeploymentScopes

Property Value

An object representing a project item deployment scope.

Remarks

Among other things, SupportedDeploymentScopes is used in selecting a compatible feature for auto-add, and for restricting the feature and package designer user interfaces.

Applies to