C# Class Microsoft.Practices.Prism.Regions.ItemMetadata

Defines a class that wraps an item and adds metadata for it.
Inheritance: DependencyObject
Afficher le fichier Open project: xperiandri/PortablePrism Class Usage Examples

Méthodes publiques

Свойство Type Description
IsActiveProperty DependencyProperty
NameProperty DependencyProperty

Méthodes publiques

Méthode Description
InvokeMetadataChanged ( ) : void

Explicitly invokes MetadataChanged to notify listeners.

ItemMetadata ( object item ) : System

Initializes a new instance of ItemMetadata.

Private Methods

Méthode Description
DependencyPropertyChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args ) : void

Method Details

InvokeMetadataChanged() public méthode

Explicitly invokes MetadataChanged to notify listeners.
public InvokeMetadataChanged ( ) : void
Résultat void

ItemMetadata() public méthode

Initializes a new instance of ItemMetadata.
public ItemMetadata ( object item ) : System
item object The item to wrap.
Résultat System

Property Details

IsActiveProperty public_oe static_oe property

Value indicating whether the wrapped item is considered active.
public static DependencyProperty IsActiveProperty
Résultat DependencyProperty

NameProperty public_oe static_oe property

The name of the wrapped item.
public static DependencyProperty NameProperty
Résultat DependencyProperty