IInternalConfigHost.IsInitDelayed(IInternalConfigRecord) Methode

Definitie

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

public:
 bool IsInitDelayed(System::Configuration::Internal::IInternalConfigRecord ^ configRecord);
public bool IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord configRecord);
abstract member IsInitDelayed : System.Configuration.Internal.IInternalConfigRecord -> bool
Public 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.

Van toepassing op