C# 클래스 Microsoft.Practices.Prism.Regions.ItemMetadata

Defines a class that wraps an item and adds metadata for it.
상속: DependencyObject
파일 보기 프로젝트 열기: xperiandri/PortablePrism 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsActiveProperty DependencyProperty
NameProperty DependencyProperty

공개 메소드들

메소드 설명
InvokeMetadataChanged ( ) : void

Explicitly invokes MetadataChanged to notify listeners.

ItemMetadata ( object item ) : System

Initializes a new instance of ItemMetadata.

비공개 메소드들

메소드 설명
DependencyPropertyChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args ) : void

메소드 상세

InvokeMetadataChanged() 공개 메소드

Explicitly invokes MetadataChanged to notify listeners.
public InvokeMetadataChanged ( ) : void
리턴 void

ItemMetadata() 공개 메소드

Initializes a new instance of ItemMetadata.
public ItemMetadata ( object item ) : System
item object The item to wrap.
리턴 System

프로퍼티 상세

IsActiveProperty 공개적으로 정적으로 프로퍼티

Value indicating whether the wrapped item is considered active.
public static DependencyProperty IsActiveProperty
리턴 DependencyProperty

NameProperty 공개적으로 정적으로 프로퍼티

The name of the wrapped item.
public static DependencyProperty NameProperty
리턴 DependencyProperty