IProjectBuildProvider.

IsSupported(string, XmlElement) Method

Summary

Returns a number representing how much this file fits this project type.

Syntax

int IsSupported(string projectExt, XmlElement xmlDefinition)

Remarks

This enables the override in other providers. Do not return big numbers, mainly when comparing only on filename.

Parameters

Name Type Description
projectExt string
xmlDefinition XmlElement

Return Value

Type Description
int