IMoniker::ParseDisplayName Method (IBindCtx^, IMoniker^, String^, Int32%, IMoniker^%)

 

Reads as many characters of the specified display name as the ParseDisplayName understands and builds a moniker corresponding to the portion read.

Namespace:   System.Runtime.InteropServices.ComTypes
Assembly:  mscorlib (in mscorlib.dll)

void ParseDisplayName(
	IBindCtx^ pbc,
	IMoniker^ pmkToLeft,
	String^ pszDisplayName,
	[OutAttribute] int% pchEaten,
	[OutAttribute] IMoniker^% ppmkOut
)

Parameters

pbc
Type: System.Runtime.InteropServices.ComTypes::IBindCtx^

A reference to the bind context to use in this binding operation.

pmkToLeft
Type: System.Runtime.InteropServices.ComTypes::IMoniker^

A reference to the moniker that has been built from the display name up to this point.

pszDisplayName
Type: System::String^

A reference to the string containing the remaining display name to parse.

pchEaten
Type: System::Int32%

When this method returns, contains the number of characters that were consumed in parsing pszDisplayName. This parameter is passed uninitialized.

ppmkOut
Type: System.Runtime.InteropServices.ComTypes::IMoniker^%

When this method returns, contains a reference to the moniker that was built from pszDisplayName. This parameter is passed uninitialized.

For more information about IMoniker::ParseDisplayName, see the MSDN Library.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: