Udostępnij za pośrednictwem


CollectionContentIdentity Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

An identity used for collection content.

Namespace:  Microsoft.Windows.Design.Documents.Identities
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public NotInheritable Class CollectionContentIdentity _
    Inherits Identity
'Usage
Dim instance As CollectionContentIdentity
public sealed class CollectionContentIdentity : Identity
public ref class CollectionContentIdentity sealed : public Identity
public final class CollectionContentIdentity extends Identity

Remarks

This identity is used for the collection item pseudo-property representing the content of a dictionary or list.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Documents.Identities.Identity
    Microsoft.Windows.Design.Documents.Identities.CollectionContentIdentity

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CollectionContentIdentity Members

Microsoft.Windows.Design.Documents.Identities Namespace

Other Resources

WPF Designer Extensibility