DelegatingConfigHost.IsInitDelayed(IInternalConfigRecord) Methode

Definitie

Retourneert een waarde die aangeeft of de initialisatie van een configuratieobject wordt beschouwd als vertraagd.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 virtual bool IsInitDelayed(System::Configuration::Internal::IInternalConfigRecord ^ configRecord);
public virtual bool IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord configRecord);
abstract member IsInitDelayed : System.Configuration.Internal.IInternalConfigRecord -> bool
override this.IsInitDelayed : System.Configuration.Internal.IInternalConfigRecord -> bool
Public Overridable Function IsInitDelayed (configRecord As IInternalConfigRecord) As Boolean

Parameters

configRecord
IInternalConfigRecord

Het IInternalConfigRecord-object.

Retouren

true als de initialisatie van een configuratieobject wordt beschouwd als vertraagd; anders, false.

Implementeringen

Van toepassing op