Compartir a través de


SyntaxFactory.XmlThreadSafetyElement Método

Definición

Sobrecargas

XmlThreadSafetyElement()

Crea un elemento threadsafety dentro de un comentario de documentación xml.

XmlThreadSafetyElement(Boolean, Boolean)

Crea un elemento threadsafety dentro de un comentario de documentación xml.

XmlThreadSafetyElement()

Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb

Crea un elemento threadsafety dentro de un comentario de documentación xml.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlEmptyElementSyntax ^ XmlThreadSafetyElement();
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlEmptyElementSyntax XmlThreadSafetyElement ();
static member XmlThreadSafetyElement : unit -> Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlEmptyElementSyntax
Public Shared Function XmlThreadSafetyElement () As XmlEmptyElementSyntax

Devoluciones

Se aplica a

XmlThreadSafetyElement(Boolean, Boolean)

Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb
Source:
SyntaxFactory.vb

Crea un elemento threadsafety dentro de un comentario de documentación xml.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlEmptyElementSyntax ^ XmlThreadSafetyElement(bool isStatic, bool isInstance);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlEmptyElementSyntax XmlThreadSafetyElement (bool isStatic, bool isInstance);
static member XmlThreadSafetyElement : bool * bool -> Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlEmptyElementSyntax
Public Shared Function XmlThreadSafetyElement (isStatic As Boolean, isInstance As Boolean) As XmlEmptyElementSyntax

Parámetros

isStatic
Boolean

Indica si el miembro estático de este tipo es seguro para las operaciones multiproceso.

isInstance
Boolean

Indica si los miembros de instancia de este tipo son seguros para las operaciones multiproceso.

Devoluciones

Se aplica a