System.Windows.Data.DataItemContentControl.ICommandContainer C# (CSharp) Méthode

ICommandContainer() private méthode

private ICommandContainer ( string commandName ) : ICommand
commandName string
Résultat ICommand
        ICommand ICommandContainer.GetCommand(string commandName)
        {
            return GetCommand(commandName);
        }
DataItemContentControl