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

VcProjectReference.IsManaged Method 

[This is preliminary documentation and subject to change.]

Gets a value indicating whether the reference is managed for the specified configuration.

[Visual Basic]
Overrides Public Function IsManaged( _
   ByVal config As String _
) As Boolean
[C#]
public override bool IsManaged(
   string config
);

Parameters

config
The build configuration of the reference.

Return Value

true if the reference is managed for the specified configuration; otherwise, false.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.VcProjectReference.IsManaged(System.String)

See Also

VcProjectReference Class | NAnt.VSNet Namespace