UpdateProgress.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.
For a description of this member, see GetScriptDescriptors().
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
A collection of ScriptDescriptor objects.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the UpdateProgress instance is cast to an IScriptControl interface.
Applies to
See also
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET