VisualBasicSyntaxNode.DeserializeFrom(Stream, CancellationToken) Méthode

Définition

Attention

Syntax serialization support is deprecated and will be removed in a future version of this API

Attention

Syntax serialization support is no longer supported

Désérialisez un nœud de syntaxe à partir d’un flux d’octets.

public static Microsoft.CodeAnalysis.SyntaxNode DeserializeFrom (System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default);
[System.Obsolete("Syntax serialization support is deprecated and will be removed in a future version of this API", false)]
public static Microsoft.CodeAnalysis.SyntaxNode DeserializeFrom (System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default);
[System.Obsolete("Syntax serialization support is no longer supported", true)]
public static Microsoft.CodeAnalysis.SyntaxNode DeserializeFrom (System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default);
static member DeserializeFrom : System.IO.Stream * System.Threading.CancellationToken -> Microsoft.CodeAnalysis.SyntaxNode
[<System.Obsolete("Syntax serialization support is deprecated and will be removed in a future version of this API", false)>]
static member DeserializeFrom : System.IO.Stream * System.Threading.CancellationToken -> Microsoft.CodeAnalysis.SyntaxNode
[<System.Obsolete("Syntax serialization support is no longer supported", true)>]
static member DeserializeFrom : System.IO.Stream * System.Threading.CancellationToken -> Microsoft.CodeAnalysis.SyntaxNode
Public Shared Function DeserializeFrom (stream As Stream, Optional cancellationToken As CancellationToken = Nothing) As SyntaxNode

Paramètres

stream
Stream
cancellationToken
CancellationToken

Retours

Attributs

S’applique à