IVsExpansionSession.GetFieldValue (Método)
Recupera el valor del campo especificado.
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxis
'Declaración
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
Parámetros
bstrFieldName
Tipo: String[in] Cadena que contiene el nombre del campo.
pbstrValue
Tipo: String%[out] Devuelve una cadena que contiene el valor del campo.
Valor devuelto
Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.
Comentarios
Prototipo COM
de textmgr2.idl:
HRESULT IVsExpansionSession::GetFieldValue(
[in]BSTR bstrFieldName,
[out]BSTR *pbstrValue
);
El valor devuelto es el valor actual del campo.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)