SyntaxFactory.XmlParamRefElement(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée la représentation de syntaxe d’un élément paramref dans les commentaires de documentation xml (par exemple, pour référencer des paramètres particuliers d’une méthode).
public:
static Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlEmptyElementSyntax ^ XmlParamRefElement(System::String ^ parameterName);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlEmptyElementSyntax XmlParamRefElement(string parameterName);
static member XmlParamRefElement : string -> Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlEmptyElementSyntax
Public Shared Function XmlParamRefElement (parameterName As String) As XmlEmptyElementSyntax
Paramètres
- parameterName
- String
Nom du paramètre référencé.