System.Windows.DependencyProperty.RegisterReadOnly C# (CSharp) Метод

RegisterReadOnly() публичный статический Метод

public static RegisterReadOnly ( string name, Type propertyType, Type ownerType, System.Windows.PropertyMetadata typeMetadata ) : System.Windows.DependencyPropertyKey
name string
propertyType Type
ownerType Type
typeMetadata System.Windows.PropertyMetadata
Результат System.Windows.DependencyPropertyKey
        public static DependencyPropertyKey RegisterReadOnly(string name, Type propertyType, Type ownerType,
								     PropertyMetadata typeMetadata)
        {
            return RegisterReadOnly (name, propertyType, ownerType, typeMetadata, null);
        }

Same methods

DependencyProperty::RegisterReadOnly ( string name, Type propertyType, Type ownerType, System.Windows.PropertyMetadata typeMetadata, ValidateValueCallback validateValueCallback ) : System.Windows.DependencyPropertyKey