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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.