次の方法で共有


IOleContainer.ParseDisplayName Method (IBindCtx, String, UInt32%, IMoniker%)

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

Syntax

'宣言
Sub ParseDisplayName ( _
    pbc As IBindCtx, _
    pszDisplayName As String, _
    <OutAttribute> ByRef pchEaten As UInteger, _
    <OutAttribute> ByRef ppmkOut As IMoniker _
)
void ParseDisplayName(
    IBindCtx pbc,
    string pszDisplayName,
    out uint pchEaten,
    out IMoniker ppmkOut
)

Parameters

.NET Framework Security

See Also

Reference

IOleContainer Interface

ParseDisplayName Overload

Microsoft.VisualStudio.OLE.Interop Namespace