HostedToolSearchTool.DeferredTools Property

Definition

Gets or sets the list of tool names for which deferred loading should be enabled.

public:
 property System::Collections::Generic::IList<System::String ^> ^ DeferredTools { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
public System.Collections.Generic.IList<string>? DeferredTools { get; set; }
member this.DeferredTools : System.Collections.Generic.IList<string> with get, set
Public Property DeferredTools As IList(Of String)

Property Value

Remarks

The default value is null, which enables deferred loading for all deferrable tools in the tools list.

When non-null, only deferrable tools whose names appear in this list will have deferred loading enabled.

Applies to