ProjectEntryCollection.

this[string] Property

Summary

Gets the NAnt.VSNet.ProjectEntry with the specified GUID.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
ProjectEntryCollection

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