Udostępnij za pośrednictwem


IBindStatusCallback.OnLowResource Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub OnLowResource ( _
    reserved As UInteger _
)
void OnLowResource(
    uint reserved
)
void OnLowResource(
    [InAttribute] unsigned int reserved
)
abstract OnLowResource : 
        reserved:uint32 -> unit 
function OnLowResource(
    reserved : uint
)

Parameters

.NET Framework Security

See Also

Reference

IBindStatusCallback Interface

Microsoft.VisualStudio.OLE.Interop Namespace