Share via


XmlDeclarationSyntax.WithStandalone(XmlDeclarationOptionSyntax) Method

Definition

Returns a copy of this with the Standalone 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::XmlDeclarationSyntax ^ WithStandalone(Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlDeclarationOptionSyntax ^ standalone);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlDeclarationSyntax WithStandalone (Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlDeclarationOptionSyntax standalone);
member this.WithStandalone : Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlDeclarationOptionSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlDeclarationSyntax
Public Function WithStandalone (standalone As XmlDeclarationOptionSyntax) As XmlDeclarationSyntax

Parameters

Returns

Applies to