IVsExpansionSession.GetFieldValue, méthode
Extrait la valeur du champ spécifié.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntaxe
'Déclaration
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
Paramètres
bstrFieldName
Type : String[in] chaîne d'Un contenant le nom du champ.
pbstrValue
Type : String%[] retourne une chaîne contenant la valeur du champ.
Valeur de retour
Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.
Notes
Signature de COM
De textmgr2.idl :
HRESULT IVsExpansionSession::GetFieldValue(
[in]BSTR bstrFieldName,
[out]BSTR *pbstrValue
);
La valeur retournée est la valeur actuelle du champ.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.