DisplayFormatAttribute.NullDisplayTextResourceType Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
için NullDisplayTextkaynakları içeren öğesini alır veya ayarlarType.
NullDisplayTextResourceType ile NullDisplayTextbirlikte kullanmak, yönteminin GetNullDisplayText() yerelleştirilmiş değerler döndürmesine olanak tanır.
public:
property Type ^ NullDisplayTextResourceType { Type ^ get(); void set(Type ^ value); };
public Type? NullDisplayTextResourceType { get; set; }
public Type NullDisplayTextResourceType { get; set; }
member this.NullDisplayTextResourceType : Type with get, set
Public Property NullDisplayTextResourceType As Type