Summary
Gets a value indicating whether the reference is managed for the
specified configuration.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- VcProjectReference
Syntax
public override bool IsManaged(Configuration config)
Parameters
| Name | Type | Description |
|---|---|---|
| config | Configuration | The build configuration of the reference. |
Return Value
| Type | Description |
|---|---|
| bool |
true if the reference is managed for the
specified configuration; otherwise, false.
|
