public sealed class BlockContentIndicator : ControlContentIndicator<IBlockViewModel>
Public NotInheritable Class BlockContentIndicator
Inherits ControlContentIndicator(Of IBlockViewModel)
public ref class BlockContentIndicator sealed : public ControlContentIndicator<IBlockViewModel^>
[<SealedAttribute>]
type BlockContentIndicator =
class
inherit ControlContentIndicator<IBlockViewModel>
end
BlockContentIndicator | Инициализирует новый экземпляр класса BlockContentIndicator. |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Унаследован от ControlContentIndicator<T>) |
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) |
GetDisplayName |
Возвращает отображаемое имя элемента управления.
(Переопределяет ControlContentIndicator<T>.GetDisplayName(T)) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
SetDisplayName |
Задаёт отображаемое имя элемента управления.
(Переопределяет ControlContentIndicator<T>.SetDisplayName(T, String)) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
VisitControl |
Посещает с помощью visitor указанный элемент управления.
(Переопределяет ControlContentIndicator<T>.VisitControl(ControlContentIndicator<T>.Visitor, T)) |