Freigeben über


IPropertyPage2.Show Method (UInt32)

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

Syntax

'Declaration
Sub Show ( _
    nCmdShow As UInteger _
)
'Usage
Dim instance As IPropertyPage2
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

Implements

IPropertyPage.Show(UInt32)

.NET Framework Security

See Also

Reference

IPropertyPage2 Interface

IPropertyPage2 Members

Show Overload

Microsoft.VisualStudio.OLE.Interop Namespace