DataTable.Site Свойство
Определение
public:
virtual property System::ComponentModel::ISite ^ Site { System::ComponentModel::ISite ^ get(); void set(System::ComponentModel::ISite ^ value); };
[System.ComponentModel.Browsable(false)]
public override System.ComponentModel.ISite Site { get; set; }
member this.Site : System.ComponentModel.ISite with get, set
Public Overrides Property Site As ISite
Значение свойства
- Атрибуты
Комментарии
Сайты привязывают Component Container к и обеспечивают обмен данными между ними, а также предоставляют контейнеру способ управления его компонентами.Sites bind a Component to a Container and enable communication between them, as well as provide a way for the container to manage its components.