Partager via


DefaultFieldValue, constructeur

Initialise une nouvelle instance de la classe DefaultFieldValue.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    field As String, _
    value As String _
)
public DefaultFieldValue(
    string field,
    string value
)

Paramètres

  • field
    Type : System.String
    [in] chaîne d'Un contenant le nom du champ.
  • value
    Type : System.String
    [in] chaîne d'Un contenant la valeur du champ.

Sécurité .NET Framework

Voir aussi

Référence

DefaultFieldValue Classe

Microsoft.VisualStudio.Package, espace de noms