IProjectReferenceController.IsArtifactReference Method

Returns whether the given file name represents a DSP-specific file format.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Function IsArtifactReference ( _
    fileName As String _
) As Boolean
'Usage
Dim instance As IProjectReferenceController
Dim fileName As String
Dim returnValue As Boolean

returnValue = instance.IsArtifactReference(fileName)
bool IsArtifactReference(
    string fileName
)
bool IsArtifactReference(
    String^ fileName
)
function IsArtifactReference(
    fileName : String
) : boolean
abstract IsArtifactReference : 
        fileName:string -> bool 

Parameters

Return Value

Type: System.Boolean
Returns true if the file name represents a DSP-specific file format, false otherwise.

Remarks

When a new file reference is added, it could be an assembly (.net or native), a COM reference, or a DSP-specific file format.

.NET Framework Security

See Also

Reference

IProjectReferenceController Interface

IProjectReferenceController Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace