Summary
Gets the
NAnt.VSNet.ProjectEntry with the specified GUID.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Project
Entry Collection
Syntax
[IndexerName("Item")]
public ProjectEntry this[string guid] { get; set; }
Remarks
Performs a case-insensitive lookup.
Attributes
| Type | Description |
|---|---|
| IndexerNameAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| guid | string |
Value
| Type | Description |
|---|---|
| ProjectEntry |
