Represents a collection of extension-governed settings' properties.


Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute, _
 DefaultMemberAttribute("Item")>

Public Class FdfPropertyCollection
    Inherits CollectionBase
    Implements ICustomTypeDescriptor
C#
[SerializableAttribute]
[DefaultMemberAttribute("Item")]
public class FdfPropertyCollection : CollectionBase, ICustomTypeDescriptor
C++
[SerializableAttribute]
[DefaultMemberAttribute(L"Item")]
ref class FdfPropertyCollection : CollectionBase, ICustomTypeDescriptor
J#
/** @attribute SerializableAttribute() */
/** @attribute DefaultMemberAttribute("Item") */
public class FdfPropertyCollection extends CollectionBase implements ICustomTypeDescriptor
JScript
public 
   SerializableAttribute
   DefaultMemberAttribute("Item")
class FdfPropertyCollection extends CollectionBase, ICustomTypeDescriptor

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      FDF.Common.Runtime.FdfPropertyCollection

Thread Safety

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

See Also