DeploymentStepAttribute Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies a class that implements a deployment step.
public ref class DeploymentStepAttribute sealed : Attribute
C#
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class DeploymentStepAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type DeploymentStepAttribute = class
inherit Attribute
Public NotInheritable Class DeploymentStepAttribute
Inherits Attribute
- Inheritance
-
DeploymentStepAttribute
- Attributes
Classes with this attribute should implement the IDeploymentStep interface.
Deployment |
Initializes a new instance of the DeploymentStepAttribute class. |
Id |
Gets the ID for the deployment step. |
Produto | Versões |
---|---|
SharePoint Projects | 2017, 2019, 2022 |