Message in Turkish (Türkçe)
ShouldSerialize<özellikadı> işlevleri, VS özellik tarayıcısı tarafından belli bir özelliğin seri hale getirilmesinin gerekli olup olmadığını denetlemek için kullanılır. Bu işlevler tüm ValueType özellikleri (boş olarak ayarlanamayan Int32, BOOL vb. türündeki özellikler) için eklenir. Bu işlevler, Is<özellikadı>Null işlevini kullanır. Bu işlevler ayrıca özelliğin NULL değeri alıp almadığını denetlemek için TypeConverter uygulamada da kullanılır ve böylece Visual Studio'da Sürükle Bırak işleminde Özellik tarayıcı içinde boş değer gösterilebilir.</özellikadı></özellikadı>
Unlocalized message
Functions ShouldSerialize<propertyname> are functions used by VS property browser to check if a particular property has to be serialized. These functions are added for all ValueType properties ( properties of type Int32, BOOL etc.. which cannot be set to null). These functions use Is<propertyname>Null function. These functions are also used in the TypeConverter implementation for the properties to check for NULL value of property so that an empty value can be shown in Property browser in case of Drag and Drop in Visual studio.</propertyname></propertyname>
Search by Google