Condividi tramite


IMoniker.ParseDisplayName(IBindCtx, IMoniker, String, Int32, IMoniker) Metodo

Definizione

Legge il numero massimo di caratteri del nome visualizzato specificato che il metodo ParseDisplayName(IBindCtx, IMoniker, String, Int32, IMoniker) è in grado di comprendere e compila un moniker corrispondente alla porzione letta.

public:
 void ParseDisplayName(System::Runtime::InteropServices::ComTypes::IBindCtx ^ pbc, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkToLeft, System::String ^ pszDisplayName, [Runtime::InteropServices::Out] int % pchEaten, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IMoniker ^ % ppmkOut);
public void ParseDisplayName (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, string pszDisplayName, out int pchEaten, out System.Runtime.InteropServices.ComTypes.IMoniker ppmkOut);
abstract member ParseDisplayName : System.Runtime.InteropServices.ComTypes.IBindCtx * System.Runtime.InteropServices.ComTypes.IMoniker * string * int * IMoniker -> unit
Public Sub ParseDisplayName (pbc As IBindCtx, pmkToLeft As IMoniker, pszDisplayName As String, ByRef pchEaten As Integer, ByRef ppmkOut As IMoniker)

Parametri

pbc
IBindCtx

Riferimento al contesto di associazione da utilizzare in questa operazione.

pmkToLeft
IMoniker

Riferimento al moniker compilato dal nome visualizzato fino a questo punto.

pszDisplayName
String

Riferimento alla stringa contenente il nome visualizzato rimanente da analizzare.

pchEaten
Int32

Quando termina, questo metodo contiene il numero di caratteri utilizzati nell'analisi di pszDisplayName. Questo parametro viene passato non inizializzato.

ppmkOut
IMoniker

Quando termina, questo metodo contiene un riferimento al moniker compilato da pszDisplayName. Questo parametro viene passato non inizializzato.

Commenti

Per altre informazioni, vedere Metodo IMoniker::P arseDisplayName.

Si applica a