IPropertyPageSite.OnStatusChange Method

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

Syntax

声明
Sub OnStatusChange ( _
    dwFlags As UInteger _
)
用法
Dim instance As IPropertyPageSite
Dim dwFlags As UInteger

instance.OnStatusChange(dwFlags)
void OnStatusChange(
    uint dwFlags
)
void OnStatusChange(
    [InAttribute] unsigned int dwFlags
)
abstract OnStatusChange : 
        dwFlags:uint32 -> unit 
function OnStatusChange(
    dwFlags : uint
)

Parameters

.NET Framework Security

See Also

Reference

IPropertyPageSite Interface

IPropertyPageSite Members

Microsoft.VisualStudio.OLE.Interop Namespace