NAnt SDK Documentation - v0.85-nightly-2005-11-09

ProjectFactory.IsSupportedProjectType Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.VSNet.ProjectFactory.IsSupportedProjectType(System.String)

[Visual Basic]
Public Shared Function IsSupportedProjectType( _
   ByVal path As String _
) As Boolean
[C#]
public static bool IsSupportedProjectType(
   string path
);

Parameters

path
Missing <param> documentation for path

Return Value

Missing <returns> documentation for M:NAnt.VSNet.ProjectFactory.IsSupportedProjectType(System.String)

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.ProjectFactory.IsSupportedProjectType(System.String)

See Also

ProjectFactory Class | NAnt.VSNet Namespace