Share via


ElementWalker.BypassDemandLoading Property

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Property BypassDemandLoading As Boolean
'Usage
Dim instance As ElementWalker 
Dim value As Boolean 

value = instance.BypassDemandLoading

instance.BypassDemandLoading = value
public bool BypassDemandLoading { get; set; }
public:
property bool BypassDemandLoading {
    bool get ();
    void set (bool value);
}
public function get BypassDemandLoading () : boolean 
public function set BypassDemandLoading (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ElementWalker Class

ElementWalker Members

Microsoft.VisualStudio.Modeling Namespace