IParseDisplayName.ParseDisplayName Method
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
- pszDisplayName
Type: System.String
- pchEaten
Type: System.UInt32%
- ppmkOut
Type: Microsoft.VisualStudio.OLE.Interop.IMoniker%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.