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
System_CAPS_pubproperty Categories

Get the artifact categories.

System_CAPS_pubproperty Identifier

Get the artifact identifier.

System_CAPS_pubproperty IsDeleted

Check whether the reference is deleted.

System_CAPS_pubproperty Name

Get the artifact name.

System_CAPS_pubproperty SupportsValidation

Check whether the artifact supports validation.

Extension Methods

Name Description
System_CAPS_pubmethod Delete()

Overloaded. Delete the artifact reference.(Defined by Extensions.)

See Also

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace

Return to top