Aracılığıyla paylaş


IWebFormsDocumentService Arabirim

Tanım

Dikkat

The recommended alternative is System.Web.UI.Design.WebFormsRootDesigner. The WebFormsRootDesigner contains additional functionality and allows for more extensibility. To get the WebFormsRootDesigner use the RootDesigner property from your ControlDesigner. http://go.microsoft.com/fwlink/?linkid=14202

, bir Web Forms belgenin yükleme durumunu izlemek, yükleme zamanında olayları işlemek, bir belgenin konumuna erişmek, bir belgenin konumunu yönetmek ve belge içinde yeni bir seçim ayarlamak için hizmetlere erişmek için yöntemler sağlar.

public interface class IWebFormsDocumentService
public interface IWebFormsDocumentService
[System.Obsolete("The recommended alternative is System.Web.UI.Design.WebFormsRootDesigner. The WebFormsRootDesigner contains additional functionality and allows for more extensibility. To get the WebFormsRootDesigner use the RootDesigner property from your ControlDesigner. http://go.microsoft.com/fwlink/?linkid=14202")]
public interface IWebFormsDocumentService
type IWebFormsDocumentService = interface
[<System.Obsolete("The recommended alternative is System.Web.UI.Design.WebFormsRootDesigner. The WebFormsRootDesigner contains additional functionality and allows for more extensibility. To get the WebFormsRootDesigner use the RootDesigner property from your ControlDesigner. http://go.microsoft.com/fwlink/?linkid=14202")>]
type IWebFormsDocumentService = interface
Public Interface IWebFormsDocumentService
Öznitelikler

Açıklamalar

Not

IWebFormsDocumentServiceArabirim artık kullanılmıyor. WebFormsRootDesignerDenk tasarımcı işlevselliği için sınıfını kullanın.

Özellikler

DocumentUrl

Belgenin bulunduğu URL 'YI alır.

IsLoading

Belge hizmetinin şu anda yüklenip yüklenmediğini gösteren bir değer alır.

Yöntemler

CreateDiscardableUndoUnit()

Bir discardable geri alma birimi oluşturur.

DiscardUndoUnit(Object)

Belirtilen geri alma birimini atar.

EnableUndo(Boolean)

Geri alınamaz eylem birimleri veya işlemler içinde oluşan eylemleri geri alma özelliğini sağlar.

UpdateSelection()

Türetilmiş bir sınıfta uygulandığında, geçerli seçimi güncelleştirir.

Ekinlikler

LoadComplete

Hizmetin yüklenmesi tamamlandığında gerçekleşir.

Şunlara uygulanır

Ayrıca bkz.