UCOMIMoniker.ParseDisplayName Metodo

Definizione

Legge il massimo numero di caratteri del nome visualizzato specificato che è in grado di comprendere e compila un moniker corrispondente alla porzione letta.

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

Parametri

pbc
UCOMIBindCtx

Riferimento al contesto di associazione da utilizzare in questa operazione di associazione.

pmkToLeft
UCOMIMoniker

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

Il risultato restituito contiene il numero di caratteri in pszDisplayName utilizzati in questa fase.

ppmkOut
UCOMIMoniker

Riferimento al moniker compilato da pszDisplayName.

Commenti

Per altre informazioni su IMoniker::ParseDisplayName, vedere MSDN Library.

Si applica a