C# 클래스 System.Windows.Data.DataItemContentControl

Represents a single item within a data-bound control.
상속: System.Windows.Controls.ContentControl, ICommandContainer
파일 보기 프로젝트 열기: nikhilk/silverlightfx

보호된 메소드들

메소드 설명
GetCommand ( string commandName ) : ICommand

Gets a command by name.

비공개 메소드들

메소드 설명
ICommandContainer ( string commandName ) : ICommand

메소드 상세

GetCommand() 보호된 메소드

Gets a command by name.
protected GetCommand ( string commandName ) : ICommand
commandName string The name of the command to lookup.
리턴 ICommand