ILayerArtifactReference Interface
Artifact reference
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
public interface ILayerArtifactReference
public interface class ILayerArtifactReference
type ILayerArtifactReference = interface end
Public Interface ILayerArtifactReference
Properties
Name | Description | |
---|---|---|
Categories | Get the artifact categories. |
|
Identifier | Get the artifact identifier. |
|
IsDeleted | Check whether the reference is deleted. |
|
Name | Get the artifact name. |
|
SupportsValidation | Check whether the artifact supports validation. |
Extension Methods
Name | Description | |
---|---|---|
Delete() | Overloaded. Delete the artifact reference.(Defined by Extensions.) |
See Also
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top