IRunnableObject.Run Method

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

Syntax

声明
Sub Run ( _
    pbc As IBindCtx _
)
用法
Dim instance As IRunnableObject
Dim pbc As IBindCtx

instance.Run(pbc)
void Run(
    IBindCtx pbc
)
void Run(
    [InAttribute] IBindCtx^ pbc
)
abstract Run : 
        pbc:IBindCtx -> unit 
function Run(
    pbc : IBindCtx
)

Parameters

.NET Framework Security

See Also

Reference

IRunnableObject Interface

IRunnableObject Members

Microsoft.VisualStudio.OLE.Interop Namespace