次の方法で共有


XmlDocumentSyntax.WithFollowingMisc(SyntaxList<XmlNodeSyntax>) Method

Definition

Returns a copy of this with the FollowingMisc 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::XmlDocumentSyntax ^ WithFollowingMisc(Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlNodeSyntax ^> followingMisc);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlDocumentSyntax WithFollowingMisc (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNodeSyntax> followingMisc);
member this.WithFollowingMisc : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNodeSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlDocumentSyntax
Public Function WithFollowingMisc (followingMisc As SyntaxList(Of XmlNodeSyntax)) As XmlDocumentSyntax

Parameters

followingMisc
SyntaxList<XmlNodeSyntax>

Returns

Applies to