ScriptControl.IScriptControl.GetScriptDescriptors Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, registers the ScriptDescriptor objects for the control.
virtual System::Collections::Generic::IEnumerable<System::Web::UI::ScriptDescriptor ^> ^ System.Web.UI.IScriptControl.GetScriptDescriptors() = System::Web::UI::IScriptControl::GetScriptDescriptors;
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> IScriptControl.GetScriptDescriptors ();
abstract member System.Web.UI.IScriptControl.GetScriptDescriptors : unit -> seq<System.Web.UI.ScriptDescriptor>
override this.System.Web.UI.IScriptControl.GetScriptDescriptors : unit -> seq<System.Web.UI.ScriptDescriptor>
Function GetScriptDescriptors () As IEnumerable(Of ScriptDescriptor) Implements IScriptControl.GetScriptDescriptors
Returns
An IEnumerable collection of ScriptDescriptor objects.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the ScriptControl instance is cast to an IScriptControl interface.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.