Share via


ISharePointProjectItemType.SupportedDeploymentScopes Property

Definition

Gets 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(); };
public Microsoft.VisualStudio.SharePoint.SupportedDeploymentScopes SupportedDeploymentScopes { get; }
member this.SupportedDeploymentScopes : Microsoft.VisualStudio.SharePoint.SupportedDeploymentScopes
Public ReadOnly Property SupportedDeploymentScopes As SupportedDeploymentScopes

Property Value

An object representing a deployment scope.

Remarks

This property used in selecting a compatible feature for auto-add and restricting the feature and package designer UIs, among other uses.

Applies to