UCOMIMoniker.ParseDisplayName Metodo

Definizione

Legge il numero di caratteri del nome visualizzato specificato durante la comprensione e la compilazione di un moniker corrispondente alla parte 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

In caso di esito positivo, contiene il numero di caratteri in pszDisplayName che sono stati utilizzati in questo passaggio.

ppmkOut
UCOMIMoniker

Riferimento al moniker compilato da pszDisplayName.

Commenti

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

Si applica a