ElementWalker.BypassDemandLoading Property

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

Syntax

'宣言
Public Property BypassDemandLoading As Boolean
'使用
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

Permissions

See Also

Reference

ElementWalker Class

ElementWalker Members

Microsoft.VisualStudio.Modeling Namespace