Dela via


XmlNameAttributeSyntax.WithReference(IdentifierNameSyntax) Method

Definition

Returns a copy of this with the Reference property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlNameAttributeSyntax ^ WithReference(Microsoft::CodeAnalysis::VisualBasic::Syntax::IdentifierNameSyntax ^ reference);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNameAttributeSyntax WithReference (Microsoft.CodeAnalysis.VisualBasic.Syntax.IdentifierNameSyntax reference);
member this.WithReference : Microsoft.CodeAnalysis.VisualBasic.Syntax.IdentifierNameSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNameAttributeSyntax
Public Function WithReference (reference As IdentifierNameSyntax) As XmlNameAttributeSyntax

Parameters

Returns

Applies to