Partager via


IVsExpansionSession.SetFieldDefault, méthode

Définit la valeur par défaut pour le 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 SetFieldDefault ( _
    bstrFieldName As String, _
    bstrNewValue As String _
) As Integer
int SetFieldDefault(
    string bstrFieldName,
    string bstrNewValue
)
int SetFieldDefault(
    [InAttribute] String^ bstrFieldName, 
    [InAttribute] String^ bstrNewValue
)
abstract SetFieldDefault : 
        bstrFieldName:string * 
        bstrNewValue:string -> int
function SetFieldDefault(
    bstrFieldName : String, 
    bstrNewValue : String
) : int

Paramètres

  • bstrFieldName
    Type : String

    [in] chaîne d'Un contenant le nom du champ.

  • bstrNewValue
    Type : String

    [in] chaîne d'Un contenant la valeur par défaut pour utiliser.

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::SetFieldDefault(
   [in] BSTR bstrFieldName,
   [in] BSTR bstrNewValue
);

En général, un extrait de code spécifie des valeurs par défaut pour tous les champs. Cette méthode est utilisée pour substituer la valeur par défaut pour un champ spécifié.

Sécurité .NET Framework

Voir aussi

Référence

IVsExpansionSession Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms