ScriptControlDescriptor Klasa
Definicja
Definiuje obiekt kontroli klienta.Defines a client control object.
public ref class ScriptControlDescriptor : System::Web::UI::ScriptComponentDescriptor
public class ScriptControlDescriptor : System.Web.UI.ScriptComponentDescriptor
type ScriptControlDescriptor = class
inherit ScriptComponentDescriptor
Public Class ScriptControlDescriptor
Inherits ScriptComponentDescriptor
- Dziedziczenie
Konstruktory
ScriptControlDescriptor(String, String) |
Inicjuje nowe wystąpienie klasy ScriptControlDescriptor.Initializes a new instance of the ScriptControlDescriptor class. |
Właściwości
ClientID |
Pobiera identyfikator składnika klienta.Gets the ID of the client component. |
ElementID |
Pobiera identyfikator HTML obiektu kontroli klienta.Gets the HTML ID of the client control object. |
ID |
Pobiera identyfikator bieżącego ScriptControlDescriptor wystąpienia.Gets the ID of the current ScriptControlDescriptor instance. |
Type |
Pobiera lub ustawia typ docelowego składnika klienta.Gets or sets the type of the target client component. (Odziedziczone po ScriptComponentDescriptor) |
Metody
AddComponentProperty(String, String) |
Dodaje określoną właściwość i kojarzy tę właściwość z określonym elementem.Adds the specified property, and associates that property with the specified element. (Odziedziczone po ScriptComponentDescriptor) |
AddElementProperty(String, String) |
Dodaje określoną właściwość i kojarzy tę właściwość z określonym składnikiem.Adds the specified property and associates that property with the specified component. (Odziedziczone po ScriptComponentDescriptor) |
AddEvent(String, String) |
Dodaje określone zdarzenie i procedurę obsługi.Adds the specified event and handler. (Odziedziczone po ScriptComponentDescriptor) |
AddProperty(String, Object) |
Dodaje określoną właściwość i wartość.Adds the specified property and value. (Odziedziczone po ScriptComponentDescriptor) |
AddScriptProperty(String, String) |
Dodaje określoną właściwość i kojarzy właściwość z określonym skryptem.Adds the specified property, and associates the property with the specified script. (Odziedziczone po ScriptComponentDescriptor) |
Equals(Object) |
Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.Determines whether the specified object is equal to the current object. (Odziedziczone po Object) |
GetHashCode() |
Służy jako domyślna funkcja skrótu.Serves as the default hash function. (Odziedziczone po Object) |
GetScript() |
Pobiera skrypt klienta implementujący formant docelowy na stronie.Gets the client script that implements the target control on the page. (Odziedziczone po ScriptComponentDescriptor) |
GetType() |
Pobiera Type bieżące wystąpienie.Gets the Type of the current instance. (Odziedziczone po Object) |
MemberwiseClone() |
Tworzy skróconą kopię bieżącego elementu Object .Creates a shallow copy of the current Object. (Odziedziczone po Object) |
ToString() |
Zwraca ciąg reprezentujący bieżący obiekt.Returns a string that represents the current object. (Odziedziczone po Object) |