SyntaxFactory.XmlParamRefElement(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the syntax representation of a paramref element within xml documentation comments (e.g. for referencing particular parameters of a method).
public:
static Microsoft::CodeAnalysis::CSharp::Syntax::XmlEmptyElementSyntax ^ XmlParamRefElement(System::String ^ parameterName);
public static Microsoft.CodeAnalysis.CSharp.Syntax.XmlEmptyElementSyntax XmlParamRefElement (string parameterName);
static member XmlParamRefElement : string -> Microsoft.CodeAnalysis.CSharp.Syntax.XmlEmptyElementSyntax
Public Shared Function XmlParamRefElement (parameterName As String) As XmlEmptyElementSyntax
Parameters
- parameterName
- String
The name of the referenced parameter.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.