Metodo IVsExpansionSession.GetFieldValue
Recupera il valore del campo specificato.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintassi
'Dichiarazione
Function GetFieldValue ( _
bstrFieldName As String, _
<OutAttribute> ByRef pbstrValue As String _
) As Integer
int GetFieldValue(
string bstrFieldName,
out string pbstrValue
)
int GetFieldValue(
[InAttribute] String^ bstrFieldName,
[OutAttribute] String^% pbstrValue
)
abstract GetFieldValue :
bstrFieldName:string *
pbstrValue:string byref -> int
function GetFieldValue(
bstrFieldName : String,
pbstrValue : String
) : int
Parametri
bstrFieldName
Tipo: String[in] Stringa contenente il nome del campo.
pbstrValue
Tipo: String%[out] Restituisce una stringa contenente il valore del campo.
Valore restituito
Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.
Note
Firma COM
da textmgr2.idl:
HRESULT IVsExpansionSession::GetFieldValue(
[in]BSTR bstrFieldName,
[out]BSTR *pbstrValue
);
Il valore restituito è il valore corrente del campo.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.