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::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
Parameters
- parameterName
- String
The name of the referenced parameter.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.