NAnt SDK Documentation - v0.92

WebMapCollection Class

Contains a strongly typed collection of WebMap objects.

For a list of all members of this type, see WebMapCollection Members.

System.Object
   System.Collections.CollectionBase
      NAnt.VSNet.Types.WebMapCollection

[Visual Basic]
<Serializable, _  Serializable, _  DefaultMember(MemberName:="Item")>
Public Class WebMapCollection
    Inherits CollectionBase
[C#]
[Serializable]
[Serializable]
[DefaultMember(MemberName="Item")]
public class WebMapCollection : CollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.VSNet.Types

Assembly: NAnt.VSNetTasks (in NAnt.VSNetTasks.dll)

See Also

WebMapCollection Members | NAnt.VSNet.Types Namespace