public class PropertyAdapter<TValue>
where TValue : struct, new()
Public Class PropertyAdapter(Of TValue As {Structure, New})
generic<typename TValue>
where TValue : value class, gcnew()
public ref class PropertyAdapter
type PropertyAdapter<'TValue when 'TValue : struct, new()> = class end
PropertyAdapterTValue | Инициализирует новый экземпляр класса Object. |
Container | Контейнер в котором располагается свойство. |
Property | Свойство. |
StringValue | Возвращает строковое представление свойства. |
Value | Значение свойства. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetDefaultValue | Возвращает значение по умолчанию. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
GetValue | Возвращает значение свойства. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
SetValue | Устанавливает значение свойства. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |