IPropertyPage.Show Method

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

Syntax

声明
Sub Show ( _
    nCmdShow As UInteger _
)
用法
Dim instance As IPropertyPage
Dim nCmdShow As UInteger

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

Parameters

.NET Framework Security

See Also

Reference

IPropertyPage Interface

IPropertyPage Members

Microsoft.VisualStudio.OLE.Interop Namespace